-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
30 lines (30 loc) · 880 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
{
"name": "primo-explore-hathitrust-availability",
"version": "2.7.2",
"description": "Adds HathiTrust links to Primo search results",
"main": "index.js",
"scripts": {
"postversion": "git push && git push --tags",
"test": "karma start --singleRun",
"start": "./bin/run"
},
"repository": {
"type": "git",
"url": "https://github.com/UMNLibraries/primo-explore-hathitrust-availability.git"
},
"author": "Jeff Peterson <[email protected]>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"angular": "^1.8.0",
"angular-mocks": "^1.8.0",
"jasmine-core": "^3.10.0",
"jasmine-jquery": "^2.1.1",
"karma": "^6.3.4",
"karma-jasmine": "^4.0.1",
"@metahub/karma-jasmine-jquery": "^4.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.31",
"primo-explore-devenv": "1.1.0"
}
}