-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
50 lines (50 loc) · 1.34 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
46
47
48
49
50
{
"name": "coffeechatter",
"version": "0.0.1",
"description": "The easy way to orgnize office coffee rounds and foos and hn style links",
"main": "app.js",
"dependencies": {
"debug": "~2.0.0",
"dustjs-helpers": "~1.2.0",
"dustjs-linkedin": "~2.4.0",
"dust-compiler": "~0.3.8",
"gravatar": "~1.0.6",
"notifyjs": "~1.2.2",
"requirejs": "~2.1.14",
"underscore": "~1.6.0",
"express": "~4.9.8",
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"morgan": "~1.3.0",
"serve-favicon": "~2.1.3",
"jade": "~1.6.0",
"socket.io": "~1.2.1",
"pubsub": "~1.0.2",
"request": "~2.51.0",
"cheerio": "~0.18.0",
"async": "~0.9.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dustc": "node node_modules/dust-compiler/lib/dust-compiler.js -s src/dusts/ -d public/js/compiled/ --bootstrap",
"dustw": "node node_modules/dust-compiler/lib/dust-compiler.js -s src/dusts/ -d public/js/compiled/"
},
"repository": {
"type": "git",
"url": "https://github.com/simonlord/coffeechatter.git"
},
"keywords": [
"coffee",
"foos",
"vote",
"voting",
"office",
"developers"
],
"author": "Simon Lord",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/simonlord/coffeechatter/issues"
}
}