Files

37 lines
1017 B
JSON

{
"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"
}
}