-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1023 Bytes
/
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
{
"name": "Yell-mobile",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/panda-crox/Yell-mobile.git"
},
"author": "Salavat Dautov",
"license": "MIT",
"bugs": {
"url": "https://github.com/panda-crox/Yell-mobile/issues"
},
"homepage": "https://github.com/panda-crox/Yell-mobile",
"dependencies": {
"ect": "^0.5.9",
"express": "^4.12.3",
"i18n": "^0.5.0",
"merge": "^1.2.0",
"mime": "~1.3.4",
"mkdirp": "^0.5.1",
"moment": "^2.10.2",
"request": "^2.57.0",
"serve-favicon": "^2.2.1",
"socket.io": "^1.3.5",
"writefile": "^0.2.8"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-csso": "^1.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-myth": "^1.0.3",
"gulp-stylus": "^2.0.3",
"gulp-uglify": "^1.2.0",
"nib": "^1.1.0",
"stylus": "^0.51.1"
}
}