-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 762 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 762 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
30
{
"name": "asteroids-clone",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"browserify-shim": "^3.8.12",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.1",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"jshint": "^2.9.3",
"mocha": "^3.0.2",
"sscd": "^1.5.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"scripts": {
"test": "mocha --compilers js:babel-register --require babel-polyfill --recursive tests"
},
"author": "Justin Hendrickson",
"license": "MIT"
}