|
|
@ -30,7 +30,8 @@ |
|
|
|
"clean": "gulp clean", |
|
|
|
"test:impact": "node test/impact", |
|
|
|
"test:server": "node test/server/run", |
|
|
|
"test": "nyc gulp" |
|
|
|
"test": "nyc gulp", |
|
|
|
"coverage": "nyc report --reporter=text-lcov | coveralls" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"babel-preset-es2015": "6.24.1", |
|
|
@ -39,6 +40,7 @@ |
|
|
|
"babelify": "8.0.0", |
|
|
|
"browserify": "14.5.0", |
|
|
|
"chai": "4.1.2", |
|
|
|
"coveralls": "3.0.0", |
|
|
|
"del": "3.0.0", |
|
|
|
"eslint-config-futagozaryuu": "3.7.x", |
|
|
|
"express": "4.16.2", |
|
|
@ -66,8 +68,8 @@ |
|
|
|
"**/.eslintrc.js" |
|
|
|
], |
|
|
|
"reporter": [ |
|
|
|
"text", |
|
|
|
"text-summary" |
|
|
|
"text", |
|
|
|
"text-summary" |
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|