-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 829 Bytes
/
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
{
"name": "ld42",
"version": "0.0.1",
"description": "ludum dare #42",
"main": "src/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Thristhart/ld42.git"
},
"author": "Tom Shea <tom@shea.at>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Thristhart/ld42/issues"
},
"homepage": "https://github.com/Thristhart/ld42#readme",
"dependencies": {
"three": "^0.93.0",
"victor": "^1.1.0"
},
"devDependencies": {
"browser-sync": "^2.24.4",
"gulp": "github:gulpjs/gulp#4.0",
"rollup": "^0.60.7",
"rollup-plugin-commonjs": "^8.4.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-stream": "^1.24.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}