forked from WEBuster/vue-auto-import-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 911 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
{
"name": "vue-auto-import-loader",
"version": "1.0.0",
"description": "Auto import template / style / script for *.vue file.",
"main": "index.js",
"scripts": {
"test": "mocha test/test.js --slow 5000 --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WEBuster/vue-auto-import-loader.git"
},
"keywords": [
"vue",
"auto",
"import"
],
"author": "MopTym <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/WEBuster/vue-auto-import-loader/issues"
},
"homepage": "https://github.com/WEBuster/vue-auto-import-loader#readme",
"dependencies": {
"hash-sum": "^1.0.2",
"loader-utils": "^1.0.2",
"lru-cache": "^4.0.1",
"parse5": "^2.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.4",
"webpack": "^2.2.1"
}
}