UNPKG

neith

Version:
44 lines (41 loc) 944 B
{ "name": "neith", "version": "1.6.6", "description": "Javascript Zipper Library", "author": "Matt Bierner", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/mattbierner/neith.js.git" }, "keywords": [ "zipper", "functional", "data structure", "tree" ], "main": "index.js", "directories": { "lib": "dist_node" }, "files": [ "dist_node/", "lib/", "examples/", "tests/", "index.js", "test.js" ], "dependencies": { "nu-stream": ">=3.2.0" }, "devDependencies": { "nodeunit": "0.8.x" }, "scripts": { "test": "node test.js", "build": "npm run build-amd && npm run build-node", "build-amd": "khepri lib -o dist", "build-node": "khepri lib -o dist_node --package_manager=node" } }