-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (39 loc) · 1.04 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
{
"name": "bones-boiler",
"version": "0.1.0",
"description": "Test playground bones features and setups!",
"main": "index.js",
"scripts": {
"test": "mocha ./test"
},
"repository": {
"type": "git",
"url": "https://github.com/conoremclaughlin/bones-boiler.git"
},
"keywords": [
"bones",
"express"
],
"author": "conoremclaughlin",
"license": "BSD",
"dependencies": {
"async": "~0.1.22",
"yaml-front-matter": "~1.0.2",
"bones": "~2.4.0",
"jquery": "~1.7.3",
"underscore": "~1.3.3",
"mirror": "~0.3.3",
"backbone": "0.9.2",
"backbone-forms": "~0.10.0",
"backbone.marionette": "git://github.com/marionettejs/backbone.marionette.git#7969b7e8929cf5c73539a75e48dbe5a36923b107",
"mongoose": "~3.2.2",
"express-validator": "~0.3.0",
"debug": "*"
},
"devDependencies": {
"mocha": "~1.6.0",
"bones-test": "git://github.com/conoremclaughlin/bones-test.git#fd152d84a187a593d802dccee2763d3af8a13b22",
"should": "~1.2.0",
"request": "~2.9.203"
}
}