-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 924 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
34
{
"name": "xhr-hook-cycle",
"version": "1.1.2",
"main": "index.js",
"typings": "./index.d.ts",
"author": {
"name": "lvxiaowu",
"email": "[email protected]",
"url": "https://github.com/lvxiaowu"
},
"description": "Hooking XMLHttpRequest object in browser",
"keywords": [
"xhr hook"
],
"repository": {
"type": "git",
"url": "https://github.com/lvxiaowu/xhr-hook-cycle"
},
"bugs": {
"url": "https://github.com/lvxiaowu/xhr-hook-cycle/issues"
},
"scripts": {
"dev": "tsc test/hook.ts & tsc test/proxy.ts & node build.js test",
"build": "node build.js umd & node build.js umd-min & node build.js cdn & node build.js cdn-min"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-es2017": "^6.24.1",
"webpack": "^2.6.0"
}
}