-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
21 lines (21 loc) · 882 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "express-angular-chat",
"version": "0.0.1",
"private": true,
"scripts": {
"build-client": "npm run-script build-template && cd chat/js && ../../node_modules/.bin/r.js -o baseUrl=. name=../lib/require.js/almond include=main mainConfigFile=main.js",
"build-template": "node scripts/gen-template.js index.jade template.js && node scripts/gen-template.js private.jade templatePrivate.js",
"start": "node app.js"
},
"dependencies": {
"express": "3.3.5",
"geoip-lite": "git://github.com/bluesmoon/node-geoip.git",
"graceful-fs": "2.0.1",
"jade": "*",
"shorturl": "0.0.3",
"session.socket.io": "git://github.com/7eggs/session.socket.io.git",
"socket.io": "~0.9.16",
"q": "~0.9.7",
"requirejs": "~2.1.8"
}
}