super-base
Version:
Base object
37 lines (36 loc) • 795 B
JSON
{
"name": "super-base",
"description": "Base object",
"version": "0.0.14",
"author": "si@ibrokethat.com",
"contributors": [
{ "name": "Simon Jefford", "email": "si@ibrokethat.com" }
],
"dependencies": {
"super-iter": "x",
"super-collection": "x",
"super-registry": "x",
"super-func": "x",
"super-is": "x",
"super-proto": "x",
"node-uuid": "x"
},
"devDependencies": {
"mocha": "1.2.x",
"sinon": "1.3.x"
},
"keywords": ["ibrokethat", "Base"],
"repository": {
"type": "git",
"url": "git@github.com:ibrokethat/Base"
},
"ibrokethat": {
"buildClient": true
},
"main": "Base.js",
"scripts": {
"prepublish" : "npm prune",
"test": "mocha -u bdd --reporter spec --recursive"
},
"engines": { "node": "*" }
}