UNPKG

1.28 kBJSONView Raw
1{
2 "name": "babel-loader",
3 "version": "6.1.0",
4 "description": "babel module loader for webpack",
5 "files": [
6 "index.js",
7 "lib"
8 ],
9 "dependencies": {
10 "loader-utils": "^0.2.11",
11 "object-assign": "^4.0.1"
12 },
13 "peerDependencies": {
14 "babel-core": "^6.0.0",
15 "webpack": "*"
16 },
17 "devDependencies": {
18 "babel-core": "^6.0.0",
19 "babel-preset-es2015": "^6.0.0",
20 "expect.js": "^0.3.1",
21 "istanbul": "^0.4.0",
22 "jscs": "^2.5.0",
23 "jshint": "^2.8.0",
24 "mkdirp": "^0.5.1",
25 "mocha": "^2.3.3",
26 "rimraf": "^2.4.3",
27 "webpack": "^1.12.2"
28 },
29 "scripts": {
30 "test": "npm run hint && npm run cs && npm run cov",
31 "cov": "istanbul cover ./node_modules/.bin/_mocha -- test/*.test.js",
32 "hint": "jshint --config .jshintrc index.js lib/* test/*",
33 "cs": "jscs --config .jscsrc index.js lib/* test/*"
34 },
35 "repository": {
36 "type": "git",
37 "url": "https://github.com/babel/babel-loader.git"
38 },
39 "keywords": [
40 "webpack",
41 "loader",
42 "6to5",
43 "babel",
44 "es6",
45 "transpiler",
46 "module"
47 ],
48 "author": "Luis Couto <couto@15minuteslate.net>",
49 "license": "MIT",
50 "bugs": {
51 "url": "https://github.com/babel/babel-loader/issues"
52 },
53 "homepage": "https://github.com/babel/babel-loader"
54}