65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
|
|
{
|
||
|
|
"name": "backbone",
|
||
|
|
"description": "Give your JS App some Backbone with Models, Views, Collections, and Events.",
|
||
|
|
"url": "http://backbonejs.org",
|
||
|
|
"keywords": [
|
||
|
|
"model",
|
||
|
|
"view",
|
||
|
|
"controller",
|
||
|
|
"router",
|
||
|
|
"server",
|
||
|
|
"client",
|
||
|
|
"browser"
|
||
|
|
],
|
||
|
|
"author": {
|
||
|
|
"name": "Jeremy Ashkenas",
|
||
|
|
"email": "jeremy@documentcloud.org"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"underscore": ">=1.5.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"phantomjs": "1.9.0-1",
|
||
|
|
"docco": "0.6.1",
|
||
|
|
"coffee-script": "1.6.1"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true && coffee test/model.coffee",
|
||
|
|
"build": "uglifyjs backbone.js --mangle --source-map backbone-min.map -o backbone-min.js",
|
||
|
|
"doc": "docco backbone.js && docco examples/todos/todos.js examples/backbone.localstorage.js",
|
||
|
|
"lint": "jsl -nofilelisting -nologo -conf docs/jsl.conf -process backbone.js"
|
||
|
|
},
|
||
|
|
"main": "backbone.js",
|
||
|
|
"version": "1.1.2",
|
||
|
|
"license": "MIT",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/jashkenas/backbone.git"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/jashkenas/backbone/issues"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/jashkenas/backbone",
|
||
|
|
"_id": "backbone@1.1.2",
|
||
|
|
"dist": {
|
||
|
|
"shasum": "c2c04c66bf87268fb82c177acebeff7d37ba6f2d",
|
||
|
|
"tarball": "http://registry.npmjs.org/backbone/-/backbone-1.1.2.tgz"
|
||
|
|
},
|
||
|
|
"_from": "backbone@>=1.0.0 <2.0.0",
|
||
|
|
"_npmVersion": "1.3.21",
|
||
|
|
"_npmUser": {
|
||
|
|
"name": "jashkenas",
|
||
|
|
"email": "jashkenas@gmail.com"
|
||
|
|
},
|
||
|
|
"maintainers": [
|
||
|
|
{
|
||
|
|
"name": "jashkenas",
|
||
|
|
"email": "jashkenas@gmail.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"directories": {},
|
||
|
|
"_shasum": "c2c04c66bf87268fb82c177acebeff7d37ba6f2d",
|
||
|
|
"_resolved": "https://registry.npmjs.org/backbone/-/backbone-1.1.2.tgz",
|
||
|
|
"readme": "ERROR: No README data found!"
|
||
|
|
}
|