3.0 source code
This commit is contained in:
28
OfficeWeb/vendor/backbone/package.json
vendored
Normal file
28
OfficeWeb/vendor/backbone/package.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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" : "Jeremy Ashkenas <jeremy@documentcloud.org>",
|
||||
"dependencies" : {
|
||||
"underscore" : ">=1.4.3"
|
||||
},
|
||||
"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.0",
|
||||
"license" : "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jashkenas/backbone.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user