UNPKG

757 BJSONView Raw
1{
2 "name": "whenx",
3 "version": "1.1.7",
4 "description": "make weapp methods promisify",
5 "main": "src/main.js",
6 "scripts": {
7 "test": "npm test",
8 "start": "rollup -c"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/cdll/whenx.git"
13 },
14 "keywords": [
15 "wx",
16 "whenx",
17 "thenx",
18 "weapp",
19 "promise",
20 "thenable"
21 ],
22 "author": "cdll",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/cdll/whenx/issues"
26 },
27 "homepage": "https://github.com/cdll/whenx#readme",
28 "devDependencies": {
29 "rollup": "^0.60.0",
30 "rollup-plugin-babel-minify": "^5.0.0",
31 "rollup-plugin-commonjs": "^9.1.3",
32 "rollup-plugin-json": "^3.0.0",
33 "rollup-plugin-node-resolve": "^3.3.0"
34 }
35}