-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
71 lines (71 loc) · 1.95 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
{
"name": "backbone.geppetto",
"description": "Bring your Backbone applications to life with an event-driven Command framework.",
"version": "0.7.1",
"homepage": "https://github.com/GeppettoJS/backbone.geppetto",
"author": {
"name": "Dave Cadwallader",
"email": "[email protected]",
"url": "http://geekdave.com"
},
"github": "https://github.com/GeppettoJS/backbone.geppetto",
"repository": {
"type": "git",
"url": "git://github.com/GeppettoJS/backbone.geppetto.git"
},
"bugs": {
"url": "https://github.com/GeppettoJS/backbone.geppetto/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/GeppettoJS/backbone.geppetto/blob/master/LICENSE-MIT"
}
],
"main": "backbone.geppetto.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-blanket-mocha": "^0.4.0",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-jsbeautifier": "0.2.2",
"grunt-open": "~0.2.2",
"grunt-saucelabs": "^5.1.2",
"grunt-version": "0.2.2",
"jit-grunt": "^0.8.0",
"jquery": "^2.1.0",
"mocha-unfunk-reporter": "~0.4.0"
},
"keywords": [
"backbone",
"marionette",
"plugin",
"command",
"mvc",
"dependency injection"
],
"dependencies": {
"backbone": "~1.1.0",
"underscore": "^1.6.0"
},
"contributors":[
"geekdave (https://github.com/geekdave)",
"creynders (https://github.com/creynders)",
"mtsr (https://github.com/mtsr)",
"mmikeyy (https://github.com/mmikeyy)",
"mulderp (https://github.com/mulderp)",
"pheuter (https://github.com/pheuter)",
"schorfES (https://github.com/schorfES)",
"niki4810 (https://github.com/niki4810)",
"rash-mi (https://github.com/rash-mi)",
"toonketels (https://github.com/toonketels)"
]
}