-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
{
"name": "wxapp-xmlhttprequest",
"version": "0.1.0",
"description": "Web XMLHttpRequest implement for WeChat APP",
"main": "./dist/wxapp-XMLHttpRequest.js",
"typings": "index.d.ts",
"scripts": {
"test": "ava",
"build": "webpack --display-error-details --progress --colors",
"start": "webpack --display-error-details --progress --colors --watch",
"generate": "all-contributors generate",
"deploy": "gh-pages -d ./dist"
},
"keywords": [
"wxapp",
"XMLHttpRequest",
"wx",
"request"
],
"repository": {
"type": "git",
"url": "git+https://github.com/axetroy/wxapp-XMLHttpRequest.git"
},
"author": "Axetroy",
"license": "ISC",
"bugs": {
"url": "https://github.com/axetroy/wxapp-XMLHttpRequest/issues"
},
"homepage": "https://github.com/axetroy/wxapp-XMLHttpRequest#readme",
"devDependencies": {
"all-contributors-cli": "^4.5.0",
"ava": "^0.25.0",
"gh-pages": "^1.0.0",
"ts-loader": "^3.0.0",
"typescript": "^2.5.3",
"webpack": "^3.8.1"
},
"dependencies": {}
}