mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
Added chaplin v0.11.3
This commit is contained in:
+2
File diff suppressed because one or more lines are too long
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "chaplin",
|
||||
"filename": "chaplin.min.js",
|
||||
"version": "0.11.3",
|
||||
"description": "An Application Architecture Using Backbone.js",
|
||||
"homepage": "http://chaplinjs.org/",
|
||||
"repositores": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "git://github.com/chaplinjs/chaplin.git"
|
||||
}
|
||||
],
|
||||
"devDependencies": {
|
||||
"grunt": "0.4.x",
|
||||
"grunt-contrib-coffee": "0.4.x",
|
||||
"grunt-contrib-clean": "0.4.x",
|
||||
"grunt-contrib-concat": "0.1.x",
|
||||
"grunt-contrib-copy": "0.4.x",
|
||||
"grunt-contrib-compress": "0.4.x",
|
||||
"grunt-contrib-watch": "0.1.4",
|
||||
"grunt-bower-task": "0.3.x",
|
||||
"grunt-contrib-uglify": "0.2.x",
|
||||
"grunt-istanbul": "0.2.x",
|
||||
"grunt-urequire": "git://github.com/concordusapps/grunt-urequire",
|
||||
"grunt-coffeelint": "0.0.x",
|
||||
"grunt-mocha": "0.2.x",
|
||||
"grunt-transbrute": "~0.2.0",
|
||||
"prompt": "0.2.x",
|
||||
"phantomjs": "1.9.x"
|
||||
},
|
||||
"main": "build/chaplin.js",
|
||||
"scripts": {
|
||||
"install": "grunt clean build",
|
||||
"test": "grunt clean prepare test"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user