-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·45 lines (45 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
{
"name": "patience-js",
"version": "0.1.1",
"description": "A promise-based AJAX helper library which allows retry configuration and strategy-based request building. AngularJS supported.",
"main": "./index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/InmarOSS/patience-js"
},
"author": "afaq.tariq@inmar.com",
"license": "MIT",
"dependencies": {
"axios": "^0.5.4",
"pubsub-js": "^1.5.2",
"q": "^1.4.1",
"qretry": "^0.3.0"
},
"devDependencies": {
"browserify": "^12.0.1",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-bump": "^0.3.1",
"gulp-jshint": "^1.11.2",
"gulp-karma": "0.0.4",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-rename": "^1.2.2",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.2.0",
"jasmine": "^2.3.1",
"jasmine-ajax": "^3.1.1",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.9",
"karma-browserify": "^4.4.1",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.4.2",
"karma-jasmine": "^0.3.6",
"karma-junit-reporter": "^0.3.2",
"run-sequence": "^1.1.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}