nisemono
Version:
Pretty simple test double library
38 lines (37 loc) • 1.02 kB
JSON
{
"name": "nisemono",
"version": "0.0.3",
"description": "Pretty simple test double library",
"main": "index.js",
"scripts": {
"build": "browserify index.js -o nisemono.js -s nisemono && uglifyjs nisemono.js -o nisemono.min.js",
"test": "nyc --reporter=lcov --reporter=text --reporter=text-summary mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint ./**/*.js",
"doc": "jsdoc -c jsdoc.config.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kumabook/nisemono.git"
},
"keywords": [
"mock",
"test"
],
"author": "Hiroki Kumamoto",
"license": "MIT",
"bugs": {
"url": "https://github.com/kumabook/nisemono/issues"
},
"homepage": "https://github.com/kumabook/nisemono#readme",
"devDependencies": {
"browserify": "^13.3.0",
"coveralls": "^2.11.15",
"docdash": "^0.4.0",
"eslint": "^3.13.1",
"jsdoc": "^3.4.3",
"mocha": "^3.2.0",
"nyc": "^10.0.0",
"uglify-js": "^2.7.5"
}
}