-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 971 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
38
39
40
41
42
43
44
45
{
"name": "angular-q-extras",
"author": "niqdev",
"version": "1.1.1",
"description": "Angular $q decorator",
"license": "MIT",
"main": "index.js",
"scripts": {
"start": "grunt build",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niqdev/angular-q-extras.git"
},
"keywords": [
"angular",
"$q",
"promise",
"allSettled"
],
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^3.0.0",
"grunt-karma": "^2.0.0",
"jasmine-core": "^3.2.1",
"jit-grunt": "^0.10.0",
"karma": "^3.0.0",
"karma-jasmine": "^1.1.2",
"karma-jasmine-matchers": "^3.8.3",
"karma-phantomjs-launcher": "^1.0.4",
"npm-install-version": "^6.0.2"
},
"angularVersions": [
"1.2",
"1.3",
"1.4",
"1.5",
"1.6",
"1.7"
]
}