UNPKG

ycomb

Version:
29 lines (28 loc) 669 B
{ "name": "ycomb", "version": "1.0.0", "description": "Y-combinator", "main": "lib/index.js", "scripts": { "test": "babel-node test.js | faucet" }, "repository": { "type": "git", "url": "git+https://github.com/therealklanni/ycomb.git" }, "keywords": [ "y-combinator", "ycombinator" ], "author": "Kevin Lanni <therealklanni@gmail.com> (https://github.com/therealklanni)", "license": "MIT", "bugs": { "url": "https://github.com/therealklanni/ycomb/issues" }, "homepage": "https://github.com/therealklanni/ycomb#readme", "devDependencies": { "babel": "^5.8.21", "faucet": "0.0.1", "tape": "^4.0.3" } }