-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.65 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.65 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
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
{
"jspm": {
"name": "demo",
"main": "index.js",
"directories": {
"lib": "src"
},
"dependencies": {
"bitbox": "npm:bitbox@^1.0.25"
},
"devDependencies": {
"assert": "github:jspm/nodelibs-assert@^0.2.0-alpha",
"http": "github:jspm/nodelibs-http@^0.2.0-alpha",
"net": "github:jspm/nodelibs-net@^0.2.0-alpha",
"os": "github:jspm/nodelibs-os@^0.2.0-alpha",
"path": "github:jspm/nodelibs-path@^0.2.0-alpha",
"plugin-babel": "npm:systemjs-plugin-babel@^0.0.9",
"plugin-bitbox": "npm:bitbox-systemjs-plugin@^1.0.1",
"stream": "github:jspm/nodelibs-stream@^0.2.0-alpha",
"systemjs-hot-reloader": "github:capaj/systemjs-hot-reloader@^0.5.7",
"tty": "github:jspm/nodelibs-tty@^0.2.0-alpha",
"url": "github:jspm/nodelibs-url@^0.2.0-alpha",
"util": "github:jspm/nodelibs-util@^0.2.0-alpha"
},
"peerDependencies": {
"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",
"events": "github:jspm/nodelibs-events@^0.2.0-alpha",
"fs": "github:jspm/nodelibs-fs@^0.2.0-alpha",
"process": "github:jspm/nodelibs-process@^0.2.0-alpha",
"string_decoder": "github:jspm/nodelibs-string_decoder@^0.2.0-alpha",
"vm": "github:jspm/nodelibs-vm@^0.2.0-alpha"
},
"overrides": {
"npm:esprima@2.7.2": {
"jspmNodeConversion": false
},
"npm:inherits@2.0.1": {
"ignore": [
"test.js"
]
},
"npm:readable-stream@1.0.34": {
"map": {
"stream": "stream-browserify/index"
},
"systemjs": {
"main": "readable.js"
},
"dependencies": {
"core-util-is": "~1.0.0",
"isarray": "0.0.1",
"string_decoder": "~0.10.0",
"inherits": "~2.0.1",
"stream-browserify": "~1.0.0"
}
}
}
},
"devDependencies": {
"chokidar-socket-emitter": "^0.5.1",
"http-server": "^0.9.0"
},
"scripts": {
"start": "node ./server.js",
"build": "./build.sh",
"postinstall": "jspm install && npm start"
}
}