-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "qubo",
"description": "social bucket list",
"version": "0.0.1",
"contributors": [{
"name": "Holden Rehg",
"email": "[email protected]",
"web": "http://holdenrehg.com/"
}],
"repository": {
"type": "git",
"url": "http://github.com/holdenrehg/qubo.git"
},
"dependencies": {
"express": "4.x",
"mongodb": "0.*",
"mongoose": "3.*",
"monk": "0.*",
"morgan": "~1.0.0",
"body-parser": "~1.0.0",
"method-override": "~1.0.0",
"handlebars": "~1.3.0",
"hbsfy": "~1.3.2",
"backbone": "1.1.*",
"jquery": "2.*",
"underscore": "1.6.*",
"backbone.marionette": "1.8.6",
"sass": "0.*",
"node-uuid": "*",
"bcrypt": "*",
"cookie-signature": "*"
},
"devDependencies": {
"mocha": "*",
"zombie": "*",
"superagent": "*",
"execSync": "*",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-mocha-test": "~0.*",
"grunt-jsdoc": "*"
}
}