forked from zjzcn/vue-alert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 929 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": "vue-alert",
"version": "1.0.1",
"description": "a mobile native popup alert component",
"main": "lib/index.js",
"scripts": {
"build": "webpack",
"prepublish": "npm run build"
},
"devDependencies": {
"babel-cli": "^6.3.15",
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"style-loader": "^0.13.1",
"vue-html-loader": "^1.2.2",
"vue-loader": "^7.2.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.9"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ElemeFE/vue-alert.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/ElemeFE/vue-alert/issues"
},
"homepage": "https://github.com/ElemeFE/vue-alert#readme"
}