Initial commit
This commit is contained in:
56
node_modules/empower/package.json
generated
vendored
Normal file
56
node_modules/empower/package.json
generated
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "empower",
|
||||
"description": "Power Assert feature enhancer for assert function/object",
|
||||
"version": "1.3.1",
|
||||
"author": {
|
||||
"name": "Takuto Wada",
|
||||
"email": "takuto.wada@gmail.com",
|
||||
"url": "https://github.com/twada"
|
||||
},
|
||||
"dependencies": {
|
||||
"empower-core": "^1.2.0",
|
||||
"core-js": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"acorn": "^3.0.4",
|
||||
"acorn-es7-plugin": "^1.0.12",
|
||||
"babel-core": "^5.8.33",
|
||||
"blanket": "1.1.9",
|
||||
"browserify": "^13.0.0",
|
||||
"buster-assertions": "^0.10.4",
|
||||
"del": "^2.0.1",
|
||||
"escodegen": "^1.7.0",
|
||||
"espower": "^1.2.1",
|
||||
"gulp": "^3.9.0",
|
||||
"gulp-derequire": "^2.1.0",
|
||||
"gulp-dereserve": "^0.2.1",
|
||||
"gulp-mocha": "^2.1.3",
|
||||
"gulp-mocha-phantomjs": "^0.12.1",
|
||||
"gulp-util": "^3.0.6",
|
||||
"gulp-webserver": "^0.9.1",
|
||||
"licensify": "^3.1.0",
|
||||
"mocha": "^2.3.2",
|
||||
"mocha-lcov-reporter": "^1.2.0",
|
||||
"through2": "^2.0.0",
|
||||
"vinyl-source-stream": "^1.1.0"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"files": [
|
||||
"CHANGELOG.md",
|
||||
"MIT-LICENSE.txt",
|
||||
"README.md",
|
||||
"index.js",
|
||||
"lib",
|
||||
"build/empower.js",
|
||||
"package.json"
|
||||
],
|
||||
"homepage": "https://github.com/power-assert-js/empower",
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/power-assert-js/empower.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user