super-func
Version:
super functional
30 lines (29 loc) • 681 B
JSON
{
"name": "super-func",
"description": "super functional",
"version": "0.0.7",
"author": "si@ibrokethat.com",
"contributors": [
{ "name": "Simon Jefford", "email": "si@ibrokethat.com" }
],
"dependencies": {
"super-is": "0.0.x",
"super-iter": "git+ssh://git@github.com:ibrokethat/iter.git#v0.1.0"
},
"devDependencies": {
"chai": "latest",
"mocha": "1.2.x",
"sinon": "1.3.x"
},
"keywords": ["ibrokethat", "functional"],
"repository": {
"type": "git",
"url": "git@github.com:ibrokethat/func"
},
"main": "func.js",
"scripts": {
"prepublish" : "npm prune",
"test": "mocha -u bdd"
},
"engines": { "node": "*" }
}