-
Notifications
You must be signed in to change notification settings - Fork 152
/
package.json
74 lines (74 loc) · 2.38 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "express-coffee",
"version": "1.9.0",
"private": true,
"author": "Tom Wilson <[email protected]> (http://github.com/twilson63)",
"repository": {
"type": "git",
"url": "https://github.com/twilson63/express-coffee"
},
"scripts": {
"install": "node node_modules/coffee-script/bin/cake build",
"start": "node server.js",
"test": "mocha --require should --compilers coffee:coffee-script/register --colors"
},
"dependencies": {
"coffee-script": "1.10.x",
"express": "4.13.x",
"jade": "1.11.x",
"connect-assets": "2.5.x",
"stylus": "0.52.x",
"nib": "1.1.x",
"markdown": "0.4.0",
"which": "1.0.5",
"mongoose": "3.8.x",
"kerberos": "~0.0",
"express-session": "1.5.x",
"cookie-parser": "1.4.x",
"body-parser": "1.3.x",
"wrench": "1.5.x"
},
"devDependencies": {
"coffee-script": "*",
"mocha": "*",
"should": "*",
"supertest": "*",
"request": "*",
"supervisor": "*",
"docco-husky": "*",
"puts": "*",
"node-inspector": "*",
"ejs": "*"
},
"engines": {
"node": "4.2.x",
"npm": "3.4.x"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"contributors": [
"Jorrit Posthuma <> (https://github.com/JorritPosthuma)",
"Jacob Gable <[email protected]> (http://jacob4u2.posterous.com)",
"Michael de Silva <[email protected]> (http://www.mwdesilva.com)",
"Jimmy Chao <[email protected]> (http://neethack.com)",
"Sergey Klimov <[email protected]> (https://twitter.com/#!/sergey_v_klimov)",
"Adrien Brault <> (https://github.com/adrienbrault)",
"Sandro Padin <> (https://github.com/spadin)",
"Cody Russell <> (https://github.com/bratsche)",
"Wes Cruver <> (https://github.com/chieffancypants)",
"Arthur Gautier <> (https://github.com/baloo)",
"Jaime Pillora <> (https://github.com/jpillora)",
"Steven Shingler <> (https://github.com/sshingler)",
"Johnny Gannon <> (https://github.com/jgannonjr)",
"Zachery Hostens <> (https://github.com/zacheryph)",
"Fernando <> (https://github.com/fern4lvarez)",
"John Katsnelson <> (https://github.com/jkatsnelson)",
"Craig Ulliott <> (https://github.com/craigulliott)",
"Shaun Kirk Wong <[email protected]> (https://github.com/skw)",
"Justin Collum <> (https://github.com/jcollum)"
]
}