UNPKG

1.06 kBJSONView Raw
1{
2 "name": "karma-babel-preprocessor",
3 "version": "8.0.0",
4 "description": "Preprocessor to compile ES6 on the fly with babel.",
5 "homepage": "https://github.com/babel/karma-babel-preprocessor",
6 "bugs": {
7 "url": "https://github.com/babel/karma-babel-preprocessor/issues"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/babel/karma-babel-preprocessor.git"
12 },
13 "main": "lib/index.js",
14 "keywords": [
15 "karma-plugin",
16 "karma-preprocessor",
17 "babel",
18 "6to5",
19 "es6",
20 "es2015"
21 ],
22 "engines": {
23 "node": ">=6"
24 },
25 "scripts": {
26 "test": "karma start"
27 },
28 "author": {
29 "name": "Shuhei Kagawa",
30 "email": "shuhei.kagawa@gmail.com"
31 },
32 "license": "ISC",
33 "peerDependencies": {
34 "@babel/core": "7"
35 },
36 "devDependencies": {
37 "@babel/core": "^7.0.0",
38 "@babel/polyfill": "^7.0.0",
39 "@babel/preset-env": "^7.0.0",
40 "jasmine-core": "^2.3.4",
41 "karma": "^2.0.0",
42 "karma-jasmine": "^1.1.1",
43 "karma-phantomjs-launcher": "^1.0.4",
44 "phantomjs": "^1.9.18"
45 }
46}