-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "filterer",
"description": "html5 particle effect game",
"homepage": "https://github.com/EricMCornelius/filterer",
"author": {
"name": "Eric M. Cornelius",
"email": "[email protected]",
"url": "https://github.com/EricMCornelius"
},
"version": "0.1.0",
"repository": {
"type": "git",
"url": "[email protected]:EricMCornelius/filterer.git"
},
"bugs": {
"url": "https://github.com/EricMCornelius/filterer/issues",
"email": "[email protected]"
},
"engines": {
"node": "0.10.*"
},
"dependencies": {
"config": "^1.2.2",
"koa": "*",
"koa-static": "^1.4.7",
"lodash": "*",
"three": "^0.66.4"
},
"devDependencies": {
"chai": "*",
"gulp": "*",
"gulp-istanbul": "*",
"gulp-jshint": "*",
"gulp-livereload": "^2.1.1",
"gulp-mocha": "*",
"jshint-stylish": "*",
"mocha": "*"
},
"scripts": {
"start": "node --harmony node_modules/gulp/bin/gulp.js",
"test": "node --harmony node_modules/gulp/bin/gulp.js test"
},
"readme": "README.md"
}