-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 800 Bytes
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
{
"name": "clicksnake",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"circle-line-collision": "^1.0.1",
"gsap": "^1.19.0",
"line-circle-collision": "^1.1.3",
"pixi.js": "^4.0.1",
"robust-dot-product": "^1.0.0",
"vectors": "^0.1.0",
"watchify": "^3.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "watchify index.js -o bundle.js -t [ babelify --presets [ es2015 ] --plugins [ add-module-exports ] ]",
"dev": "python -m SimpleHTTPServer 10100"
},
"author": "",
"license": "ISC",
"dependencies": {
"tunajs": "^1.0.0"
}
}