-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.46 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "fr0stbyte",
"version": "0.1.0",
"description": "A(n) (other) lightweight web (and not only) framework",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon"
},
"repository": {
"type": "git",
"url": "https://github.com/dark5un/fr0stbyte.git"
},
"keywords": [
"fr0stbyte",
"frostbyte",
"frostbite"
],
"author": "Panagiotis Xinos <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dark5un/fr0stbyte/issues"
},
"homepage": "https://github.com/dark5un/fr0stbyte",
"devDependencies": {
"dot": "^1.0.2",
"expect.js": "^0.3.1",
"mocha": "^1.21.4",
"nodemon": "^1.2.1",
"should": "^4.0.4",
"supertest": "^0.13.0"
},
"dependencies": {
"apn": "^1.6.2",
"async": "^0.9.0",
"body-parser": "git+ssh://[email protected]:dark5un/body-parser.git",
"bull": "^0.1.10",
"compression": "^1.1.0",
"connect-timeout": "^1.3.0",
"cron": "^1.0.5",
"errorhandler": "^1.2.0",
"express": "^4.9.4",
"helmet": "^0.4.1",
"jade": "^1.7.0",
"md5": "^1.0.0",
"method-override": "^2.2.0",
"moment": "^2.8.3",
"mongoose": "^3.8.16",
"mongoskin": "^1.4.4",
"morgan": "^1.3.2",
"node-gcm": "^0.9.12",
"node-uuid": "^1.4.1",
"request": "^2.44.0",
"response-time": "^2.1.0",
"sequelize": "^2.0.0-rc1",
"serve-static": "^1.6.2",
"type-is": "^1.5.2"
}
}