forked from wepyjs/wepy-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 892 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
{
"name": "wepy_templates",
"version": "0.0.1",
"description": "wepy templates collection",
"main": "index.js",
"scripts": {
"build": "rm -rf zips/* && gulp build && npm run build:meta && npm run build:readme",
"build:meta": "node build/meta.js",
"build:readme": "node build/readme.js",
"cos": "node build/upload.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wepyjs/wepy_templates.git"
},
"keywords": [
"wepy"
],
"author": "Gcaufy",
"license": "MIT",
"bugs": {
"url": "https://github.com/wepyjs/wepy_templates/issues"
},
"homepage": "https://github.com/wepyjs/wepy_templates#readme",
"devDependencies": {
"cos-nodejs-sdk-v5": "^2.5.14",
"github3": "^1.2.0",
"gulp": "^3.9.1",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.0.0"
}
}