-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 KB
/
package.json
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
{
"name": "hello-systemjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "browser-sync start --server --files **/*",
"bundle": "jspm bundle-sfx app/main bundle/main.js --minify",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"chai": "^3.4.1",
"jspm": "^0.16.15",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-jspm": "^2.0.2",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.3",
"karma-sauce-launcher": "^0.3.0",
"mocha": "^2.1.0"
},
"jspm": {
"dependencies": {
"bootstrap": "github:twbs/bootstrap@^3.3.4",
"css": "github:systemjs/plugin-css@^0.1.9",
"edrex/hello-component": "github:edrex/hello-component@^0.1.1",
"hello": "github:edrex/hello-component@^0.1.0",
"react": "npm:react@^0.13.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"
}
}
}