-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.01 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
{
"name": "minare",
"version": "1.0.3",
"description": "A simple request tool, based on the XMLHttpRequest encapsulation.",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zmapleshine/Minare.git"
},
"keywords": [
"request",
"tool",
"ajax",
"HttpRequest",
"post",
"XMLHttpRequest",
"http",
"https",
"layui"
],
"files": [
"index.js",
"package.json",
"README.md",
"LICENSE"
],
"author": "zmapleshine",
"license": "MIT",
"bugs": {
"url": "https://github.com/zmapleshine/Minare/issues"
},
"homepage": "https://github.com/zmapleshine/Minare#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"gulp": "^4.0.2",
"gulp-babel": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-connect": "^5.7.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.1"
}
}