flipnow
Version:
31 lines (30 loc) • 605 B
JSON
{
"name": "flipnow",
"version": "0.1.3",
"description": "flip coin",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fariswd/flipnow.git"
},
"keywords": [
"flip",
"coin",
"flipcoin",
"head",
"tails"
],
"author": "fariswd",
"license": "MIT",
"bugs": {
"url": "https://github.com/fariswd/flipnow/issues"
},
"homepage": "https://github.com/fariswd/flipnow#readme",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1"
}
}