bamjs
Version:
Backbone with modifications. Adds heirarchy to Views, derived properties on Models and general utility.
46 lines (45 loc) • 1.19 kB
JSON
{
"name": "bamjs",
"version": "1.0.4",
"description": "Backbone with modifications. Adds heirarchy to Views, derived properties on Models and general utility.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/Bockit/bam.git"
},
"scripts": {
"prepublish": "coffee -o . -c src",
"dist": "mkdir -p dist; browserify -t coffeeify --extension .coffee src/index.coffee --standalone Bam --ignore backbone --ignore underscore > dist/bam.js",
"test": "zuul -- tests/index.js",
"test-local": "zuul --local 8080 -- tests/index.js"
},
"keywords": [
"backbone",
"heirachy",
"heirachical",
"bam",
"derived"
],
"author": {
"name": "James Hiscock",
"email": "npm@jameshiscock.com",
"url": "http://jameshiscock.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Bockit/bam/issues"
},
"dependencies": {
"backbone": "1.1.2",
"underscore": "^1.7.0"
},
"devDependencies": {
"browserify": "~5.11.0",
"coffee-script": "^1.8.0",
"coffeeify": "~0.7.0",
"jquery": "^2.1.3",
"tape": "^3.0.3",
"zuul": "^1.16.3",
"zuulnice": "^1.0.0"
}
}