-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 KB
/
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
{
"name": "bbui-angular",
"description": "A portion of the Infinity BBUI API ported to Angular services.",
"version": "1.0.14",
"repository": {
"type": "git",
"url": "https://github.com/blackbaud/bbui-angular"
},
"homepage": "https://github.com/blackbaud/bbui-angular",
"license": "MIT",
"bugs": {
"url": "https://github.com/blackbaud/bbui-angular/issues"
},
"keywords": [
"Blackbaud",
"Angular",
"AngularJS",
"Infinity",
"Blackbaud CRM",
"BBCRM"
],
"devDependencies": {
"angular-mocks": "1.5.3",
"blackbaud-skyux": "^1.24.0",
"codecov": "^3.8.1",
"grunt": "0.4.5",
"grunt-bump": "0.3.4",
"grunt-concat-sourcemap": "0.4.3",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-jscs": "2.8.0",
"grunt-jsduck": "1.0.1",
"grunt-karma": "^4.0.0",
"jasmine": "^3.7.0",
"jasmine-core": "2.99.1",
"jshint": "^2.13.4",
"karma": "^6.3.17",
"karma-chrome-launcher": "0.2.2",
"karma-coverage": "0.5.5",
"karma-jasmine": "0.3.8"
}
}