-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 843 Bytes
/
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
{
"name": "hello-backbone",
"version": "0.0.1",
"private": true,
"dependencies": {
"async": "0.1.18",
"canvas": "0.10.3",
"coffee-script": "1.2.0",
"connect-assets": "2.1.8",
"express": "2.5.8",
"express-mongoose": "0.0.5",
"eyes": "0.1.7",
"hedgehog": "https://github.com/malkomalko/hedgehog/tarball/master",
"jade": "0.20.3",
"moment": "1.4.0",
"mongoose": "2.5.10",
"nib": "0.3.2",
"request": "2.9.153",
"stylus": "0.24.0",
"underscore": "1.3.1",
"underscore.string": "2.0.0",
"winston": "0.5.10"
},
"devDependencies": {
"chai": "0.5.0",
"cheerio": "0.6.2",
"mocha": "0.14.1",
"nock": "0.10.7",
"replay": "1.2.3",
"sinon": "1.3.1",
"sinon-chai": "1.1.0",
"sinon-mocha": "0.0.2"
},
"scripts": {
"test": "make test"
}
}