forked from TalkingData/iview-weapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 840 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
{
"name": "iview-weapp",
"version": "2.0.0",
"description": "高质量微信小程序 UI 组件库",
"main": "app.js",
"directories": {
"example": "example"
},
"scripts": {
"dev": "gulp --gulpfile build/build-dev.js",
"build": "gulp --gulpfile build/build-prod.js",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:iview/iview-weapp.git"
},
"author": "Aresn",
"license": "MIT",
"bugs": {
"url": "https://github.com/iview/iview-weapp/issues"
},
"files": [
"dist"
],
"homepage": "https://github.com/iview/iview-weapp",
"devDependencies": {
"eslint": "^3.19.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.3",
"gulp-less": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.8",
"less": "^2.7.3"
}
}