Repository URL to install this package:
|
Version:
0.1.2 ▾
|
yeast
/
package.json
|
|---|
{
"name": "yeast",
"version": "0.1.2",
"description": "Tiny but linear growing unique id generator",
"main": "index.js",
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"test-node": "istanbul cover _mocha --report lcovonly -- test.js",
"coverage": "istanbul cover _mocha -- test.js",
"test-browser": "zuul -- test.js",
"watch": "mocha --watch test.js",
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unshiftio/yeast.git"
},
"keywords": [
"yeast",
"id",
"generator",
"unique"
],
"author": {
"name": "Arnout Kazemier"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/unshiftio/yeast/issues"
},
"homepage": "https://github.com/unshiftio/yeast",
"devDependencies": {
"assume": "1.3.x",
"istanbul": "0.3.x",
"mocha": "2.3.x",
"pre-commit": "1.1.x",
"zuul": "3.4.x"
},
"gitHead": "5a7300f934302009aa8733fa84d43cc570756b98",
"_id": "yeast@0.1.2",
"_shasum": "008e06d8094320c372dbc2f8ed76a0ca6c8ac419",
"_from": "yeast@*",
"_npmVersion": "2.9.1",
"_nodeVersion": "0.12.3",
"_npmUser": {
"name": "3rdeden",
"email": "npm@3rd-Eden.com"
},
"maintainers": [
{
"name": "unshift",
"email": "npm@unshift.io"
},
{
"name": "3rdeden",
"email": "npm@3rd-Eden.com"
}
],
"dist": {
"shasum": "008e06d8094320c372dbc2f8ed76a0ca6c8ac419",
"tarball": "http://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz",
"readme": "ERROR: No README data found!"
}