forked from pyrsmk/qwest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "qwest",
"description": "Ajax library with XHR2, promises and request limit",
"version": "2.2.6",
"author": "Aurélien Delogu <[email protected]> (http://dreamysource.fr)",
"repository": {
"type": "git",
"url": "https://github.com/pyrsmk/qwest.git"
},
"main": "qwest.js",
"keywords": [
"ajax",
"request",
"promises",
"xhr"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pyrsmk/qwest/issues",
"email": "[email protected]"
},
"homepage": "http://dreamysource.fr/product/qwest",
"devDependencies": {
"browserify": "^11.1.0",
"gulp": "^3.9.0",
"gulp-derequire": "^2.1.0",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-shell": "^0.4.2",
"gulp-sizereport": "^1.1.2",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^2.0.1",
"lodash": "^3.10.1",
"merge2": "^0.3.6",
"resolve": "^1.1.6",
"through2": "^2.0.0"
},
"dependencies": {
"jquery-param": "^0.1.2",
"pinkyswear": "^2.2.2"
}
}