forked from jonathanperret/paysage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 968 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
{
"name": "paysage",
"version": "0.0.1",
"engines": {
"node": "~4.1.1"
},
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "bower install",
"test": "testem ci -l phantomjs",
"testem": "testem -l phantomjs",
"update-favicon": "real-favicon generate faviconDescription.json faviconData.json public && node -e \"require('fs').writeFileSync('./views/partials/favicon.hbs', require('./faviconData.json').favicon.html_code)\""
},
"dependencies": {
"body-parser": "^1.15.1",
"bower": "^1.5.3",
"chance": "^1.0.3",
"cookie-parser": "~1.4.2",
"debug": "~2.2.0",
"express": "^4.15.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.3",
"less-middleware": "2.1.x",
"morgan": "~1.7.0",
"socket.io": "^2.0.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"cli-real-favicon": "0.0.6",
"phantomjs-prebuilt": "^2.1.7",
"testem": "^1.7.1"
}
}