-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"//": [
"Everything except bcrypt latest on 2/21/2013 16:45 PST from running",
"npm install mongoose jade express mocha should ",
"except explicit downgrades to save some space:",
"jade 0.26.3 is also a dep for mocha. 0.28.x is latest",
"mkdirp 0.3.3 common dep for mocha + express, jade 0.26.3 uses 0.3.0",
"bcrypt added 3/22/2013 depends on node-gyp and native OS libs, so it ",
"puts a hitch in the install"
],
"name": "sto",
"description": "Whitney clone written in coffeescript!",
"author": "Whitney Jr.",
"version": "0.0.1",
"dependencies": {
"coffee-script": "1.4.x",
"express": "3.1.0",
"jade": "0.26.3",
"mongoose": "3.5.6",
"mkdirp": "0.3.3"
},
"scripts": {
"test": "cake test"
},
"devDependencies": {
"mocha": "1.8.1",
"should": "1.2.2",
"superagent": "0.14.0",
"js2coffee": "~0.2.0"
},
"optionalDependencies": {
"bcrypt": "0.7.5",
"jquery": "~1.8.3"
},
"engine": "node >= 0.8.9"
}