forked from aminami1127/selflikeit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.06 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.06 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"jspm": {
"directories": {
"baseURL": "public",
"co": "^4.4.0",
"co-body": "^1.1.0",
"co-monk": "^1.0.0",
"co-views": "^0.3.0",
"koa": "^1.2.0",
"koa-compress": "^1.0.8",
"koa-logger": "^1.3.0",
"koa-route": "^2.4.0",
"koa-static": "^2.0.0",
"monk": "^1.0.0"
},
"dependencies": {
"alt": "npm:alt@^0.18.4",
"jsx": "npm:jspm-loader-jsx@^0.0.7",
"react": "npm:react@^15.0.1",
"react-dom": "npm:react-dom@^15.0.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"dependencies": {
"co": "^4.4.0",
"co-body": "^1.1.0",
"co-monk": "^1.0.0",
"co-views": "^0.3.0",
"koa": "^1.2.0",
"koa-compress": "^1.0.8",
"koa-logger": "^1.3.0",
"koa-route": "^2.4.0",
"koa-static": "^2.0.0",
"monk": "^1.0.0",
"swig": "^1.4.2"
},
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.3.0",
"supertest": "^1.2.0"
}
}