mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "backbone.stickit",
|
|
"description": "Model binding in Backbone style.",
|
|
"filename": "backbone.stickit.min.js",
|
|
"version": "0.8.0",
|
|
"author": "Matthew DeLambo <delambo@gmail.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/nytimes/backbone.stickit"
|
|
},
|
|
"main": "backbone.stickit.js",
|
|
"peerDependencies": {
|
|
"underscore": ">=1.4.2",
|
|
"backbone": ">=0.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"phantomjs": "1.9.7-1",
|
|
"grunt-contrib": "~0.4.0",
|
|
"grunt-docco": "~0.3.0",
|
|
"grunt": "~0.4.2",
|
|
"grunt-contrib-concat": "~0.1.3",
|
|
"grunt-contrib-jshint": "~0.2.0",
|
|
"grunt-contrib-qunit": "~0.2.0",
|
|
"grunt-contrib-uglify": "~0.1.2",
|
|
"grunt-contrib-clean": "~0.4.0",
|
|
"grunt-contrib-compress": "~0.5.3"
|
|
},
|
|
"scripts": {
|
|
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/nytimes/backbone.stickit/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/nytimes/backbone.stickit/blob/master/LICENSE"
|
|
}
|
|
]
|
|
}
|