wallet-core/node_modules/empower-core/package.json

83 lines
2.0 KiB
JSON
Raw Normal View History

2017-05-28 00:38:50 +02:00
{
"name": "empower-core",
"description": "Power Assert feature enhancer for assert function/object",
2017-08-14 05:01:11 +02:00
"version": "0.6.2",
2017-05-28 00:38:50 +02:00
"author": {
"name": "Takuto Wada",
"email": "takuto.wada@gmail.com",
"url": "http://github.com/twada"
},
"bugs": {
"url": "http://github.com/twada/empower-core/issues"
},
"contributors": [
{
"name": "James Talmage",
"url": "https://github.com/jamestalmage"
}
],
"dependencies": {
"call-signature": "0.0.2",
"core-js": "^2.0.0"
},
"devDependencies": {
"acorn": "^3.1.0",
"acorn-es7-plugin": "^1.0.14",
"babel-core": "^5.8.33",
"blanket": "^1.2.3",
"browserify": "^13.0.1",
"buster-assertions": "^0.10.4",
"del": "^2.2.0",
"escodegen": "^1.8.0",
"espower": "^1.2.1",
"gulp": "^3.9.1",
"gulp-derequire": "^2.1.0",
"gulp-dereserve": "^0.2.1",
"gulp-mocha": "^2.2.0",
"gulp-mocha-phantomjs": "^0.11.0",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"licensify": "^3.1.1",
"mocha": "^2.5.3",
"mocha-lcov-reporter": "^1.2.0",
"through2": "^2.0.1",
"vinyl-source-stream": "^1.1.0"
},
"directories": {
"lib": "./lib"
},
"files": [
"CHANGELOG.md",
"MIT-LICENSE.txt",
"README.md",
"index.js",
"lib",
"build/empower-core.js",
"package.json"
],
"homepage": "http://github.com/twada/empower-core",
"keywords": [
"power-assert",
"assert",
"assertion",
"test",
"testing"
],
"license": "MIT",
"main": "./index.js",
"repository": {
"type": "git",
"url": "http://github.com/twada/empower-core.git"
},
"scripts": {
"preversion": "npm test",
"version": "npm run dist && git add -A build",
"bower": "bower install --config.interactive=false",
"dist": "npm prune && npm dedupe && gulp dist",
"test": "gulp test",
"unit": "gulp unit",
"watch": "gulp watch",
"coveralls": "gulp coverage && cat ./coverage.lcov | coveralls"
}
}