-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 976 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
43
44
45
{
"name": "wechat-mina-loader",
"version": "0.0.7",
"description": "a mina components loader for webpack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zezhipeng/mina-loader.git"
},
"keywords": [
"mina-loader"
],
"author": "zezhipeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/zezhipeng/mina-loader/issues"
},
"babel": {
"babelrc": false,
"presets": [
[
"env",
{
"modules": false
}
]
]
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-preset-env": "^1.4.0",
"consolidate": "^0.14.5",
"fs-extra": "^3.0.1",
"loader-utils": "^1.1.0",
"lodash": "^4.17.4",
"vue-template-compiler": "^2.3.3"
},
"dependencies": {
"fs-extra": "^3.0.1"
},
"homepage": "https://github.com/zezhipeng/mina-loader#readme"
}