-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "giffy-club",
"version": "1.0.0",
"description": "📺 A gif realtime thing https://ponyfoo.com/opensource",
"main": "app.js",
"scripts": {
"clean": "rm -rf .bin",
"client": "build/client",
"start": "npm run clean && npm run views && npm run client && node app.js",
"views": "hoganator --outputdir .bin views/*.html views/**/*.html"
},
"author": "Nicolas Bevacqua <[email protected]>",
"license": "MIT",
"engines": {
"iojs": "2.2.1"
},
"dependencies": {
"body-parser": "1.13.1",
"browserify": "10.2.4",
"bundle-collapser": "1.2.0",
"clean-css": "3.3.5",
"debug": "2.2.0",
"dominus": "5.0.1",
"express": "4.13.0",
"font-awesome-stylus": "4.3.0",
"hogan.js": "3.0.2",
"hoganator": "1.0.0",
"lodash": "3.10.0",
"nib": "1.1.0",
"normalize.css": "3.0.3",
"random-word": "1.0.2",
"request": "2.58.0",
"serve-static": "1.10.0",
"skyrocket": "1.0.0",
"socket.io": "1.3.5",
"socket.io-client": "1.3.5",
"stylus": "0.51.1",
"taunus": "7.0.0",
"taunus-express": "3.0.0",
"titlecase": "1.0.2",
"uglify-js": "2.4.23"
}
}