-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 864 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 864 Bytes
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
{
"name": "bundle-script",
"version": "2.1.0",
"description": "bundle script for webpack",
"main": "index.js",
"scripts": {
"test": "webpack --config index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wwsun/bundle-script.git"
},
"keywords": [
"webpack"
],
"author": "ww.sun@outlook.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/wwsun/bundle-script/issues"
},
"homepage": "https://github.com/wwsun/bundle-script#readme",
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-egg": "^3.2.0"
},
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"extract-text-webpack-plugin": "^1.0.1",
"webpack": "^1.13.3"
},
"peerDependencies": {
"webpack": "^1.13.3"
}
}