-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 1.11 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
{
"name": "marionette.babyBird",
"version": "0.4.3",
"description": "Recursively run toJSON on deeply nested models/collections for Marionette views to provide a plain JavaScript object to templates.",
"repository": {
"type": "git",
"url": "git://github.com/UseAllFive/marionette.babyBird.git"
},
"author": "Justin Anastos <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/UseAllFive/marionette.babyBird/issues"
},
"homepage": "https://github.com/UseAllFive/marionette.babyBird",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-release": "0.0.5",
"grunt-bump": "^0.0.15",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs-checker": "^0.6.0",
"grunt-preprocess": "^4.0.0",
"grunt-prompt": "^1.1.0",
"jshint": "^2.5.1",
"matchdep": "^0.3.0",
"semver": "^2.3.1",
"ua5-frontend-standards": "0.0.4",
"underscore.string": "^2.3.3"
}
}