forked from insidewhy/angular-promise-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 858 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 858 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
{
"name": "angular-promise-extras-real",
"version": "0.1.7",
"description": "Adds some extra functions to $q like $q.allSettled",
"main": "./angular-promise-extras.js",
"scripts": {
"test": "bower install && karma start --single-run"
},
"repository": {
"type": "git",
"url": "git://github.com/ohjames/angular-promise-extras.git"
},
"keywords": [
"angular"
],
"author": "James Pike <github@chilon.net>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ohjames/angular-promise-extras/issues"
},
"homepage": "https://github.com/ohjames/angular-promise-extras#readme",
"dependencies": {
"angular": ">=1.3.0 <1.6.0"
},
"devDependencies": {
"jasmine-core": "^2.3.0",
"karma": "^0.12.31",
"karma-cli": "0.0.4",
"karma-jasmine": "^0.3.5",
"karma-chrome-launcher": "^0.2.3"
}
}