forked from wendux/ajax-hook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 962 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": "2.0.3",
"main": "index.js",
"typings": "./index.d.ts",
"author": {
"name": "wendux",
"email": "[email protected]",
"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/Neat/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"
}
}