forked from axetroy/wxapp-fetch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "wxapp-fetch",
"version": "0.1.0",
"description": "微信小程序fetch接口的实现",
"main": "./dist/index.js",
"keywords": [
"wx",
"wxapp",
"http",
"fetch"
],
"scripts": {
"test": "ava",
"build": "webpack --display-error-details --progress --colors",
"watch": "webpack --display-error-details --progress --colors --watch",
"generate": "all-contributors generate",
"deploy": "gh-pages -d ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axetroy/wxapp-fetch.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/axetroy/wxapp-fetch/issues"
},
"homepage": "https://github.com/axetroy/wxapp-fetch#readme",
"devDependencies": {
"all-contributors-cli": "^4.5.1",
"ava": "^0.21.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"gh-pages": "^1.0.0",
"webpack": "^3.8.1"
},
"dependencies": {
"wxapp-http": "^3.1.0"
}
}