-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "primo-explore-bu",
"version": "0.1.4",
"description": "assorted customizations to Ex Libris Primo New UI created, consumed, and maintained by BU Libraries.",
"files": [
"main.js",
"config.js"
],
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/bulib/primo-explore-bu.git"
},
"keywords": [
"primo",
"primo-explore",
"bulib",
"code4lib"
],
"author": "@bulib",
"license": "MIT",
"bugs": {
"url": "https://github.com/bulib/primo-explore-bu/issues"
},
"homepage": "https://github.com/bulib/primo-explore-bu#readme",
"dependencies": {
"primo-explore-help-menu": "^1.5.0",
"primo-explore-outbound-links": "^0.6.0",
"primo-explore-unpaywall": "^1.4.1"
},
"devDependencies": {
"lerna": "^3.19.0",
"npm-check-updates": "^4.0.1"
},
"scripts": {
"reset": "rm -rf node_modules/ && lerna clean",
"upgrade": "ncu -u && npm install",
"deploy": "npm run upgrade && npm version patch && npm publish"
}
}