forked from saintmac/angular-cache-buster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.39 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.39 KB
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
48
49
{
"name": "@accesso/angular-cache-buster",
"version": "0.5.1",
"description": "Cache Buster for AngularJS $http (and $resource). Especially useful with Internet Explorer (IE8, IE9)",
"main": "angular-cache-buster.js",
"publishConfig": {
"registry": "https://passport-407796645946.d.codeartifact.us-east-1.amazonaws.com/npm/npm-private/"
},
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git://github.com/accesso/angular-cache-buster.git"
},
"keywords": [
"angularjs",
"$http",
"$resource",
"cache",
"buster",
"internet",
"explorer",
"ie8",
"ie9"
],
"author": "saintmac <martin.saintmac@gmail.com> (Martin Saint-Macary, http://vyte.in)",
"contributors": [
"Alfred Bratterud <alfred.bratterud@hioa.no>",
"Daniel Neri <daniel.neri@accesso.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/accesso/angular-cache-buster/issues"
},
"homepage": "https://github.com/accesso/angular-cache-buster",
"devDependencies": {
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.3",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-coffee-preprocessor": "~0.1.3",
"requirejs": "~2.1.11",
"karma-requirejs": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.2",
"karma": "~0.12.15"
}
}