Added chaplin v0.11.3

This commit is contained in:
Greg Pagendam-Turner
2013-12-09 14:33:37 +10:00
parent 942d3d9ef8
commit 5e63e10853
2 changed files with 38 additions and 0 deletions
File diff suppressed because one or more lines are too long
+36
View File
@@ -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"
}
}