forked from jlmakes/karma-rollup-preprocessor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 KB
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
{
"name": "karma-rollup-preprocessor",
"version": "4.0.3",
"description": "Karma preprocessor to bundle ES2015 modules using Rollup",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git://github.com/jlmakes/karma-rollup-preprocessor.git"
},
"keywords": [
"es2015",
"karma",
"modules",
"import",
"export",
"plugin",
"preprocessor",
"rollup"
],
"bugs": {
"url": "https://github.com/jlmakes/karma-rollup-preprocessor/issues"
},
"homepage": "https://github.com/jlmakes/karma-rollup-preprocessor",
"dependencies": {
"rollup": ">=0.45.x",
"lodash": "^4.17.4"
},
"devDependencies": {
"eslint": "^4.2.0",
"jasmine-core": "^2.4.1",
"karma": "^1.3.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0"
},
"author": "Julian Lloyd",
"license": "MIT"
}