1
0
Fork 0
arangodb/js/node/node_modules/extendible/package.json

73 lines
1.8 KiB
JSON

{
"name": "extendible",
"version": "0.1.1",
"description": "Extend constructors using backbone's .extend signature",
"main": "index.js",
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"test": "mocha test.js",
"watch": "mocha --watch test.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bigpipe/extendible"
},
"keywords": [
"backbone",
"extend",
"extendable",
"extendible",
"extending",
"extends",
"inherit",
"inherits",
"lodash",
"constructor",
"inheritance",
"mixin",
"mixins"
],
"author": {
"name": "Arnout Kazemier"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bigpipe/extendible/issues"
},
"homepage": "https://github.com/bigpipe/extendible",
"devDependencies": {
"assume": "1.2.x",
"istanbul": "0.3.x",
"mocha": "2.2.x",
"pre-commit": "1.0.x"
},
"gitHead": "4a81c0329396c472055a8ac606dc95b9392a64f2",
"_id": "extendible@0.1.1",
"_shasum": "e2a37ed87129fb4f9533e8a8d7506230a539c905",
"_from": "extendible@0.1.1",
"_npmVersion": "2.3.0",
"_nodeVersion": "0.10.35",
"_npmUser": {
"name": "3rdeden",
"email": "npm@3rd-Eden.com"
},
"maintainers": [
{
"name": "v1",
"email": "info@3rd-Eden.com"
},
{
"name": "3rdeden",
"email": "npm@3rd-Eden.com"
}
],
"dist": {
"shasum": "e2a37ed87129fb4f9533e8a8d7506230a539c905",
"tarball": "http://registry.npmjs.org/extendible/-/extendible-0.1.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/extendible/-/extendible-0.1.1.tgz"
}