-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
37 lines (37 loc) · 1011 Bytes
/
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
{
"name": "angular-promise-cache",
"version": "0.1.2",
"description": "AngularJS service that provides a generic way to cache promises and ensure all cached promises are resolved correctly.",
"main": "angular-promise-cache.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "karma start && karma run"
},
"repository": {
"type": "git",
"url": "https://github.com/chrisronline/angular-promise-cache.git"
},
"keywords": [
"angularjs",
"promises",
"cache"
],
"author": "Chris Roberson <[email protected]> (https://github.com/chrisronline)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisronline/angular-promise-cache/issues"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-karma": "0.0.5",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"karma": "^0.13.15",
"karma-jasmine": "~0.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs": "^1.9.18"
}
}