-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 732 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "effects-as-data-server",
"version": "1.0.5",
"description": "A simple server for effects-as-data",
"main": "src/index.js",
"scripts": {
"test": "jest",
"demo-simple": "node src/demos/simple.js",
"deploy": "npm test && npm publish"
},
"repository": {
"type": "git",
"url": "github.com/orourkedd/effects-as-data-server"
},
"author": "orourkedd",
"license": "MIT",
"dependencies": {
"effects-as-data": "^3.0.17",
"is-generator-function": "^1.0.6",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-cookie": "^1.0.0",
"koa-helmet": "^3.3.0",
"koa-router": "^7.2.1"
},
"devDependencies": {
"isomorphic-fetch": "^2.2.1",
"jest": "^21.2.1"
}
}