forked from ElemeFE/mint-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
44
45
46
47
{
"name": "mint-ui",
"version": "0.1.19",
"description": "Mobile UI elements for vue.js",
"keywords": [
"component",
"vue",
"mobile",
"eleme"
],
"main": "lib/index.js",
"files": [
"lib",
"src"
],
"scripts": {
"dev": "cooking watch -c cooking.demo.js",
"dist": "cooking build -p && mv lib/index/* lib/ && rm -rf lib/index",
"deploy": "cooking build -c cooking.demo.js -p && gh-pages -d example/dist --remote eleme"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElemeFE/mint-ui.git"
},
"homepage": "https://github.com/ElemeFE/mint-ui#readme",
"bugs": {
"url": "https://github.com/ElemeFE/mint-ui/issues"
},
"author": "elemefe",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"fastclick": "^1.0.6",
"gh-pages": "^0.11.0",
"kanpai": "^0.5.3",
"lerna": "2.0.0-beta.18",
"my-local-ip": "^1.0.0",
"uppercamelcase": "^1.1.0",
"vue-clickoutside": "0.0.4",
"vue-infinite-scroll": "^0.2.3",
"vue-lazyload": "^0.4.3",
"vue-msgbox": "^0.2.10",
"vue-popup": "^0.1.8",
"vue-swipe": "^0.2.6",
"vue-toast-mobile": "^0.1.3"
}
}