-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 790 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 790 Bytes
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": "req-ajax",
"version": "3.1.2",
"description": "Standalone library for ajax requests",
"main": "index.js",
"scripts": {
"postinstall": "gulp; gulp removeCommonJS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rich-97/req-ajax.git"
},
"keywords": [
"ajax",
"javascript"
],
"author": "Ricardo Moreno",
"license": "MIT",
"bugs": {
"url": "https://github.com/rich-97/req-ajax/issues"
},
"homepage": "https://github.com/rich-97/req-ajax#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-preset-env": "^1.2.1",
"chai": "^4.1.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-dest": "^0.2.3",
"gulp-uglyfly": "^1.4.2",
"mocha": "^5.0.0",
"sinon": "^4.1.6"
}
}