forked from sathify/angular-abortable-requests
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 970 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 970 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
35
36
37
{
"name": "skiddoo-ng-abortable-requests",
"version": "1.1.1",
"description": "Abortable AJAX requests in AngularJS Applications",
"main": "src/request-factory.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start --browsers Firefox --single-run"
},
"repository": {
"type": "git",
"url": "git://github.com/skiddoo/ng-abortable-requests.git"
},
"keywords": [
"AngularJS",
"angular",
"AJAX",
"$resource",
"$http",
"abort"
],
"devDependencies": {
"karma": "*",
"karma-jasmine": "*",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "*"
},
"author": "sathify <satheesh7@gmail.com>",
"maintainers": [
"Javier Cejudo <javier.cejudo@skiddoo.com.au>",
"Jaie Wilson <jaie.wilson@skiddoo.com.au>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/skiddoo/ng-abortable-requests/issues"
},
"homepage": "https://github.com/skiddoo/ng-abortable-requests"
}