prassodia
Version:
A joke generator
30 lines (29 loc) • 706 B
JSON
{
"name": "prassodia",
"version": "0.2.0",
"description": "A joke generator",
"main": "index.js",
"scripts": {
"test": "mocha tests/index.test.js -w",
"test:once": "istanbul cover -x *.test.js _mocha -- -R spec tests/index.test.js"
},
"repository": {
"type": "git",
"url": "git remote add origin https://github.com/danilovaz/prassodia.git"
},
"keywords": [
"generator",
"joke"
],
"dependencies": {
"unique-random-array": "1.0.0"
},
"devDependencies": {
"chai": "3.5.0",
"ghooks": "1.2.1",
"istanbul": "0.4.3",
"mocha": "2.5.3"
},
"author": "Danilo Vaz <danilovaz@hotmail.com.br> (http://danilovaz.github.io/)",
"license": "MIT"
}