-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.35 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
43
44
45
46
{
"name": "wx-promise",
"version": "1.0.0-1",
"description": "just make official jssdk return a promise",
"main": "./dist/wx.common.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.0.0",
"babel-runtime": "^6.6.1",
"babel-eslint": "^6.0.0-beta.5",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-preset-stage-1": "^6.5.0",
"eslint": "2.2",
"eslint-plugin-import": "^1.0.3",
"expect": "^1.16.0",
"function-bind": "^1.1.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.3",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-rollup-preprocessor": "^2.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.25",
"karma-webpack": "^1.7.0",
"mocha": "^2.4.5",
"rollup": "^0.25.8",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-node-resolve": "^1.5.0",
"superagent": "^1.8.3",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
},
"author": "xinchaobeta",
"license": "ISC",
"dependencies": {
"promise-polyfill": "^4.0.3"
}
}