-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 853 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
{
"name": "index-file-webpack-plugin",
"version": "0.2.2",
"description": "A webpack resolver plugin to specify directory index file.",
"main": "index.js",
"scripts": {
"test": "mocha test/test.js --slow 5000 --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WEBuster/index-file-webpack-plugin.git"
},
"keywords": [
"index",
"main",
"webpack"
],
"author": "MopTym <moptym@163.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/WEBuster/index-file-webpack-plugin/issues"
},
"homepage": "https://github.com/WEBuster/index-file-webpack-plugin#readme",
"dependencies": {
"object-assign": "^4.1.0",
"promise": "^7.1.1"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2",
"rimraf": "^2.5.4",
"webpack": "^1.13.2"
}
}