forked from zygo-io/zygo-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 749 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 749 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
31
32
33
34
35
36
37
{
"name": "zygo-server",
"version": "0.3.6",
"description": "The server side of the zygo mini-framework.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"zygo",
"server",
"dual",
"render",
"isomorphic",
"javascript",
"react",
"jspm"
],
"author": "Guy Paterson-Jones",
"license": "MIT",
"devDependencies": {
"chai": "^1.10.0",
"gulp": "^3.8.10",
"gulp-traceur": "^0.15.0",
"mocha": "^2.1.0"
},
"dependencies": {
"handlebars": "^2.0.0",
"jspm": "^0.13.4",
"mime": "^1.2.11",
"react": "^0.12.2",
"systemjs-basic-optimize": "^1.2.0",
"systemjs-builder": "^0.8.0",
"traceur-runtime": "0.0.59",
"url-pattern": "^0.6.0"
}
}