-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
45
46
{
"name": "votetube",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wqi/votetube.git"
},
"author": "",
"version": "0.0.1",
"main": "server.js",
"private": true,
"dependencies": {
"ejs": "~0.8.5",
"express": "~3.4.6",
"express-device": "~0.3.7",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"socket.io": "1.3.7",
"youtube-node": "^1.3.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"bower": "~0.9.2",
"grunt-concurrent": "~0.4.2",
"grunt-nodemon": "~0.1.2",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-less": "~0.8.2",
"grunt-contrib-sass": "~0.6.0",
"grunt-contrib-stylus": "~0.11.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-open": "~0.2.2",
"grunt-wait": "~0.1.0",
"matchdep": "~0.1.2",
"connect-livereload": "~0.1.3"
},
"engines": {
"node": ">=0.8.0"
}
}