UNPKG

1.39 kBJSONView Raw
1{
2 "name": "karma-rollup-plugin",
3 "version": "0.2.2",
4 "description": "A Karma preprocessor plugin to offer seamless integration with Rollup",
5 "main": "dist/rollup-plugin-karma.js",
6 "author": "KFlash",
7 "license": "MIT",
8 "scripts": {
9 "lint": "eslint src test/*.js",
10 "build": "rm -rf dist && rollup -c",
11 "pretest": "npm run build",
12 "test": "mocha",
13 "posttest": "npm run lint",
14 "prepublish": "npm test"
15 },
16 "files": [
17 "src",
18 "dist",
19 "rollup.conf.js"
20 ],
21 "repository": {
22 "type": "git",
23 "url": "git@github.com:Kflash/karma-rollup-plugin.git"
24 },
25 "keywords": [
26 "karma",
27 "karma-plugin",
28 "karma-preprocessor",
29 "modules",
30 "es2016",
31 "rollup",
32 "buble",
33 "preprocessor"
34 ],
35 "bugs": {
36 "url": "https://github.com/Kflash/karma-rollup-plugin/issues"
37 },
38 "homepage": "https://github.com/Kflash/karma-rollup-plugin",
39 "dependencies": {
40 "debounce": "^1.0.0",
41 "rollup": "^0.34.1"
42 },
43 "devDependencies": {
44 "buble": "^0.13.1",
45 "chai": "^3.5.0",
46 "eslint": "^2.13.1",
47 "karma": "^1.2.0",
48 "karma-chai": "^0.1.0",
49 "karma-mocha": "^1.1.1",
50 "karma-phantomjs-launcher": "^1.0.1",
51 "mocha": "^3.0.2",
52 "object-assign": "^4.1.0",
53 "phantomjs-prebuilt": "^2.1.12",
54 "rollup-plugin-buble": "^0.12.1"
55 }
56}