-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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
44
45
46
47
48
49
50
51
{
"name": "@orbis-cascade/primo-explore-report-problem",
"version": "3.0.0",
"description": "adds a \"report a problem\" banner to the detail view of an item in primo-explore.",
"main": "dist/module.js",
"repository": {
"type": "git",
"url": "git+https://github.com/alliance-pcsg/primo-explore-report-problem.git"
},
"keywords": [
"library",
"catalog",
"discovery",
"primo",
"primo-explore",
"exlibris"
],
"author": {
"name": "Nick Budak",
"email": "[email protected]",
"url": "https://github.com/thatbudakguy"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/alliance-pcsg/primo-explore-report-problem/issues"
},
"homepage": "https://github.com/alliance-pcsg/primo-explore-report-problem#readme",
"devDependencies": {
"angular": "^1.6.6",
"angular-mocks": "^1.6.6",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^5.2.0",
"eslint-config-google": "^0.9.1",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"hoek": "^4.2.1",
"jasmine-core": "^2.8.0",
"karma": "^2.0.5",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.31"
},
"scripts": {
"start": "./bin/run",
"test": "karma start --single-run"
}
}