-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·45 lines (45 loc) · 1.08 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
{
"name": "temple",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"Faker": "^0.7.2",
"chalk": "~0.5.0",
"coffee-script": "^1.7",
"coffeeify": "^0.6",
"compression": "^1.0",
"connect-mongo": "^0.4",
"cookie-parser": "^1.3",
"d-before-unload": "~0.1.0",
"d-bootstrap": "~0.1.0",
"d-comp-palette": "0.0.2",
"d-connection-alert": "~0.1.0",
"derby": "0.6.0-alpha42",
"derby-stylus": "^0.1",
"derby-ui-select2": "^0.1.0",
"express": "^4.4",
"express-session": "^1.4",
"l-upload": "*",
"livedb-mongo": "^0.3",
"mongoskin": "^1.4.4",
"multiparty": "*",
"pg": "^3.4.1",
"racer-bundle": "^0.1",
"racer-highway": "~1.1.0",
"serve-favicon": "^2.0",
"serve-static": "^1.2",
"tunnel-ssh": "0.0.4"
},
"author": {
"name": "Romain de Wolff",
"email": "[email protected]"
},
"license": "",
"readme": "temple\n",
"readmeFilename": "README.md"
}