-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 844 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
{
"name": "marionette.extension",
"description": "Extension for backbone and marionette to provide automatic Model to View Template binding and fast object eventing framework.",
"version": "1.0.1",
"author": {
"name": "Bhupen Khanolkar",
"email": "[email protected]"
},
"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",
"node-static": "*"
},
"dependencies": {
"backbone": "~1.1.0",
"underscore": "^1.6.0"
}
}