-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 738 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 738 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
31
32
{
"name": "daveo-radio",
"author": "windhamdavid",
"description": "just a page on the interwebs",
"version": "0.0.1",
"private": true,
"dependencies": {
"body-parser": "^1.14.1",
"express": "^4.13.3",
"redis": "^2.4.1",
"socket.io": "^1.3.7",
"socket.io-redis": "^0.1.4",
"underscore": "^1.8.3",
"validator": "^4.3.0"
},
"devDependencies": {
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-uglify": "^1.5.1",
"jshint-stylish": "^2.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-nodemon": "^2.0.4",
"nodemon": "^1.8.1"
},
"scripts": {
"start": "node app.js",
"test": ""
}
}