-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.2 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "baby-ajax",
"version": "1.6.13",
"description": "One is only 5KB ajax library",
"main": "index.js",
"scripts": {
"dev": "node example/server",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hold-baby/baby-ajax.git"
},
"keywords": [
"ajax",
"http",
"xhr",
"upload",
"uploader"
],
"author": "hold-baby",
"license": "MIT",
"bugs": {
"url": "https://github.com/hold-baby/baby-ajax/issues"
},
"homepage": "https://github.com/hold-baby/baby-ajax#readme",
"babel": {
"presets": [
[
"env",
{
"modules": false
}
]
]
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-preset-env": "1.7.0",
"express": "4.16.4",
"formidable": "1.2.1",
"gulp": "3.9.1",
"gulp-babel": "8.0.0",
"gulp-beautify": "2.0.1",
"gulp-clean": "0.4.0",
"gulp-header": "2.0.7",
"gulp-rename": "1.4.0",
"gulp-sourcemaps": "2.6.4",
"gulp-strip-debug": "3.0.0",
"gulp-uglify": "3.0.1",
"opn": "5.4.0",
"rollup": "1.0.2",
"rollup-plugin-babel": "3.0.7",
"rollup-plugin-node-resolve": "4.0.0"
},
"dependencies": {}
}