-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 853 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
{
"name": "express-pages",
"version": "1.0.0",
"description": "An expressjs server that hosts several pages",
"main": "serv.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isra-fel/express-pages.git"
},
"keywords": [
"expressjs"
],
"author": "Felix Liu",
"license": "ISC",
"bugs": {
"url": "https://github.com/isra-fel/express-pages/issues"
},
"homepage": "https://github.com/isra-fel/express-pages#readme",
"dependencies": {
"crc-32": "^0.3.0",
"express": "^4.13.1",
"jade": "^1.11.0",
"log": "^1.4.0",
"mongoose": "^4.3.5",
"socket.io": "^1.4.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"graceful-logger": "^0.4.3",
"morgan": "^1.6.1",
"uuid": "^2.0.1"
}
}