-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.35 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
{
"name": "karma-rollup-mocha",
"version": "0.1.0",
"description": " ",
"main": "dist/bundle.js",
"scripts": {
"report-coverage": "codecov",
"compile": "rollup -c",
"prepublish": "npm run compile",
"test": "karma start karma.conf.js --single-run",
"start": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axmand/karma-rollup-mocha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/axmand/karma-rollup-mocha/issues"
},
"homepage": "https://github.com/axmand/karma-rollup-mocha#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"karma": "^1.7.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.1.1",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-rollup-preprocessor": "^4.0.0",
"mocha": "^3.3.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-node-resolve": "^3.0.0"
}
}