-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "@pandolajs/pandora-ui-wechat",
"version": "0.0.1",
"description": "wechat miniprogram components library",
"main": "dist",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp build --gulpfile scripts/build.js",
"dev": "cross-env NODE_ENV=dev npm run gulp",
"build": "cross-env NODE_ENV=prod npm run gulp"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pandolajs/pandora-ui-wechat.git"
},
"keywords": [
"wechat"
],
"author": "cheerylong",
"license": "MIT",
"bugs": {
"url": "https://github.com/pandolajs/pandora-ui-wechat/issues"
},
"homepage": "https://github.com/pandolajs/pandora-ui-wechat#readme",
"devDependencies": {
"colors": "^1.3.0",
"cross-env": "^5.2.0",
"fs-extra": "^6.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-less": "^4.0.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.3.0",
"gulp-util": "^3.0.8"
}
}