-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.63 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
{
"name": "gametime",
"productName": "GameTime",
"description": "Like Popcorn-Time but for games.",
"main": "index.js",
"author": "Matthew Bauer <[email protected]>",
"github": "matthewbauer/gametime",
"repository": {
"type": "git",
"url": "https://github.com/matthewbauer/gametime.git"
},
"bugs": {
"url": "https://github.com/matthewbauer/gametime/issues"
},
"scripts": {
"start": "http-server",
"install": "jspm install -y",
"build": "jspm bundle index.js + play.js",
"test": "npm run build"
},
"dependencies": {},
"devDependencies": {
"http-server": "^0.8.0",
"jspm": "^0.16.8"
},
"jspm": {
"dependencies": {
"css": "github:systemjs/plugin-css@^0.1.16",
"gametime-nointro": "npm:gametime-nointro@^1.1.1",
"json": "github:systemjs/plugin-json@^0.1.0",
"keypad": "github:matthewbauer/keypad@^0.0.2",
"localforage": "npm:localforage@^1.2.10",
"openvgdb-snes": "npm:openvgdb-snes@^1.0.2",
"querystring": "github:jspm/nodelibs-querystring@^0.1.0",
"snes9x-next": "npm:snes9x-next@^0.7.5",
"x-game": "github:matthewbauer/x-game@^1.2.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"clean-css": "npm:clean-css@^3.4.6",
"core-js": "npm:core-js@^1.1.4",
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]"
},
"overrides": {
"github:mohayonao/[email protected]": {
"main": "build/web-audio-api-shim.js",
"format": "global"
}
}
}
}