-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 KB
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
{
"name": "pool",
"version": "1.0.0",
"description": "Pool manager for software",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"keywords": [
"Pool",
"games",
"html5"
],
"author": "Michael Soileau <webart.video@gmail.com>",
"license": "ISC",
"devDependencies": {
"eslint": "^3.0.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.1",
"gulp-ignore": "^2.0.1",
"gulp-inject": "^4.1.0",
"gulp-jshint": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-nodemon": "^2.1.0",
"gulp-rev": "^7.1.0",
"gulp-sass": "^2.3.2",
"gulp-stylus": "^2.5.0",
"gulp-uglify": "^1.5.4",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"lazypipe": "^1.0.1",
"less": "^2.7.1",
"merge-stream": "^1.0.0",
"stylus": "^0.54.5",
"wiredep": "^4.0.0",
"yargs": "^4.8.0"
},
"dependencies": {
"express": "^4.14.0"
}
}