-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.52 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "react-lab",
"version": "0.1.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"jspm": "^0.17.0-beta.29",
"npm-run-all": "^3.1.0"
},
"jspm": {
"name": "react-lab",
"main": "react-lab.js",
"dependencies": {
"es6-promise": "npm:es6-promise@^4.0.5",
"pubsub-js": "npm:pubsub-js@^1.5.4",
"react-dom": "npm:react-dom@^15.3.2",
"whatwg-fetch": "npm:whatwg-fetch@^1.0.0"
},
"devDependencies": {
"babel-plugin-transform-react-jsx": "npm:babel-plugin-transform-react-jsx@^6.8.0",
"core-js": "npm:core-js@^2.4.1",
"plugin-babel": "npm:systemjs-plugin-babel@^0.0.16"
},
"peerDependencies": {
"assert": "github:jspm/nodelibs-assert@^0.2.0-alpha",
"buffer": "github:jspm/nodelibs-buffer@^0.2.0-alpha",
"child_process": "github:jspm/nodelibs-child_process@^0.2.0-alpha",
"constants": "github:jspm/nodelibs-constants@^0.2.0-alpha",
"crypto": "github:jspm/nodelibs-crypto@^0.2.0-alpha",
"domain": "github:jspm/nodelibs-domain@^0.2.0-alpha",
"events": "github:jspm/nodelibs-events@^0.2.0-alpha",
"fs": "github:jspm/nodelibs-fs@^0.2.0-alpha",
"http": "github:jspm/nodelibs-http@^0.2.0-alpha",
"https": "github:jspm/nodelibs-https@^0.2.0-alpha",
"os": "github:jspm/nodelibs-os@^0.2.0-alpha",
"path": "github:jspm/nodelibs-path@^0.2.0-alpha",
"process": "github:jspm/nodelibs-process@^0.2.0-alpha",
"react": "npm:react@^15.3.2",
"stream": "github:jspm/nodelibs-stream@^0.2.0-alpha",
"string_decoder": "github:jspm/nodelibs-string_decoder@^0.2.0-alpha",
"url": "github:jspm/nodelibs-url@^0.2.0-alpha",
"util": "github:jspm/nodelibs-util@^0.2.0-alpha",
"vm": "github:jspm/nodelibs-vm@^0.2.0-alpha",
"zlib": "github:jspm/nodelibs-zlib@^0.2.0-alpha"
},
"overrides": {
"npm:browserify-zlib@0.1.4": {
"dependencies": {
"readable-stream": "^2.0.2",
"pako": "~0.2.0"
},
"map": {
"_stream_transform": "readable-stream/transform"
}
},
"npm:inherits@2.0.3": {
"ignore": [
"test.js"
]
},
"npm:lodash@4.16.4": {
"map": {
"buffer": "@empty",
"process": "@empty"
}
}
}
},
"scripts": {
"start": "npm-run-all --parallel serve",
"serve": "browser-sync start --server --files src/**/*",
"build": "jspm build src/main.js dist/main.js"
},
"author": "",
"license": "ISC"
}