-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
39
{
"name": "react-systemjs-jspm-starter",
"version": "1.0.0",
"description": "Starter kit react, systemjs, jspm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tmbtech/React-SystemJs-jspm-starter.git"
},
"keywords": [
"react",
"systemjs",
"jspm"
],
"author": "Robert dela Victoria <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/tmbtech/React-SystemJs-jspm-starter/issues"
},
"homepage": "https://github.com/tmbtech/React-SystemJs-jspm-starter#readme",
"devDependencies": {
"jspm": "^0.16.2"
},
"jspm": {
"directories": {},
"dependencies": {
"react": "npm:react@^0.14.0-rc1",
"react-dom": "npm:react-dom@^0.14.0-rc1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.22",
"babel-runtime": "npm:babel-runtime@^5.8.20",
"core-js": "npm:core-js@^1.1.0"
}
}
}