-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "scenarist",
"version": "1.1.10",
"description": "Class-based branching test scenario runner for mocha",
"main": "Suite.js",
"module": "Suite.mjs",
"jsnext:main": "Suite.mjs",
"scripts": {
"test": "nyc mocha test/src/test.js && nyc report --reporter=lcov --report-dir=test/coverage && wct test/src/index.html",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t2ym/scenarist.git"
},
"keywords": [
"mocha",
"ES6",
"ES2015",
"scenario"
],
"author": "Tetsuya Mori <t2y3141592@gmail.com>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/t2ym/scenarist/issues"
},
"homepage": "https://github.com/t2ym/scenarist#readme",
"devDependencies": {
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.20.0",
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-if": "^2.0.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rollup": "^2.9.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"lcov-result-merger": "^1.2.0",
"mocha": "^3.2.0",
"nyc": "^11.0.3",
"rollup-plugin-async": "^1.2.0",
"run-sequence": "^1.2.2",
"wct-istanbul": "^0.14.3",
"web-component-tester": "^6.9.2"
}
}