forked from babel/babel-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 919 Bytes
/
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
{
"name": "babel-loader",
"version": "5.0.0",
"description": "babel module loader for webpack",
"main": "index.js",
"dependencies": {
"babel-core": "^5.0.0",
"loader-utils": "^0.2.5"
},
"peerDependencies": {
"babel-core": "*",
"webpack": "*"
},
"devDependencies": {
"mocha": "^2.0.1",
"mocha-loader": "^0.7.0",
"should": "^4.3.1",
"webpack-dev-server": "^1.6.6"
},
"scripts": {
"test": "webpack-dev-server --config=test/webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel-loader.git"
},
"keywords": [
"webpack",
"loader",
"6to5",
"babel",
"es6",
"transpiler",
"module"
],
"author": "Luis Couto <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/babel/babel-loader/issues"
},
"homepage": "https://github.com/babel/babel-loader"
}