-
Notifications
You must be signed in to change notification settings - Fork 495
/
package.json
37 lines (37 loc) · 957 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
35
36
37
{
"name": "ajax-hook",
"version": "3.0.3",
"main": "index.js",
"typings": "./index.d.ts",
"author": {
"name": "wendux",
"email": "824783146@qq.com",
"url": "https://github.com/wendux"
},
"description": "Hooking XMLHttpRequest object in browser",
"keywords": [
"ajax hook",
"hook ajax",
"ajax-hook",
"intercept ajax"
],
"repository": {
"type": "git",
"url": "https://github.com/wendux/Ajax-hook"
},
"bugs": {
"url": "https://github.com/wendux/Ajax-hook/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"
}
}