-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.48 KB
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-custom-actions",
"version": "3.1.1",
"description": "adds custom actions to primo-explore's actions menu.",
"main": "dist/module.js",
"scripts": {
"start": "bin/run",
"test:base": "karma start",
"test": "gulp && yarn test:base --single-run",
"test:chrome-debugger": "yarn test --browsers=Chrome --single-run=false --debug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alliance-pcsg/primo-explore-custom-actions.git"
},
"keywords": [
"library",
"catalog",
"discovery",
"primo",
"primo-explore",
"exlibris"
],
"author": "Nick Budak <nbudak@princeton.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alliance-pcsg/primo-explore-custom-actions/issues"
},
"homepage": "https://github.com/alliance-pcsg/primo-explore-custom-actions#readme",
"devDependencies": {
"angular": "^1.6.7",
"angular-mocks": "^1.6.7",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.13.1",
"eslint-config-google": "^0.9.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-babel-preprocessor": "^7.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32"
},
"dependencies": {}
}