spritzr
Version:
Provides an inheritance/traits/talents library
42 lines (41 loc) • 1.03 kB
JSON
{
"name": "spritzr",
"version": "0.1.1",
"description": "Provides an inheritance/traits/talents library",
"main": "src/Spritzr.js",
"dependencies": {},
"devDependencies": {
"browserify": "~3",
"colours": "^0.6.0-2",
"grunt": "~0.4",
"grunt-bower-install-simple": "^0.9.3",
"grunt-browserify": "~2",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "*",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jasmine": "^0.6.5",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-jasmine-node": "~0.1",
"jasmine-node": "~1.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ashward/spritzr.git"
},
"keywords": [
"class",
"inheritance",
"trait",
"talent"
],
"author": "Ash Ward <ash.wardly@gmail.com>",
"license": "Apache 2.0",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node test/spec/"
}
}