forked from tdd/interactive-es6
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 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
{
"name": "es6-live-workshop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "babel-node scripts/jspm-live-server"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"cheerio": "^0.19.0",
"chokidar-socket-emitter": "^0.3.0",
"html-dist": "^0.1.0",
"http-server": "^0.8.5",
"jspm": "^0.16.14"
},
"jspm": {
"dependencies": {
"capaj/jspm-hot-reloader": "github:capaj/jspm-hot-reloader@^0.4.2",
"css": "github:systemjs/plugin-css@^0.1.19",
"ecmascript-evaluator": "npm:ecmascript-evaluator@^0.0.6",
"fetch": "npm:whatwg-fetch@^0.10.1",
"react": "npm:react@^0.14.2",
"react-codemirror": "npm:react-codemirror@^0.2.0",
"react-dom": "npm:react-dom@^0.14.2",
"react-router": "npm:react-router@1",
"store": "npm:store@^1.3.17",
"text": "github:systemjs/plugin-text@^0.0.3",
"uuid": "npm:uuid@^2.0.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"clean-css": "npm:clean-css@^3.4.7",
"core-js": "npm:core-js@^1.1.4"
}
},
"dependencies": {
"babel": "^5.8.34"
}
}