-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 KB
/
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
{
"name": "vuejs-modal",
"version": "0.0.4",
"description": "A simple、highly customizable vue modal plugin.",
"main": "dist/vuejs-modal.common.js",
"module": "dist/vuejs-modal.esm.js",
"unpkg": "dist/vuejs-modal.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaodahong/vuejs-modal.git"
},
"keywords": [
"vue",
"modal",
"vue-modal",
"vuejs-modal"
],
"author": "shaodahong",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaodahong/vuejs-modal/issues"
},
"homepage": "https://github.com/shaodahong/vuejs-modal#readme",
"devDependencies": {
"rollup": "^0.45.2",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-flow-no-whitespace": "^1.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-vue": "^2.4.1",
"rollup-plugin-vue2": "^0.8.0",
"shelljs": "^0.7.8",
"uglify-js": "^3.0.26"
},
"dependencies": {
"es6-promise": "^4.1.1"
}
}