-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 937 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
31
32
{
"name": "primo-explore-hathitrust-availability",
"version": "2.7.0",
"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.6.3",
"angular-mocks": "^1.6.3",
"angular-ui-router": "^1.0.0-beta.2",
"babel-preset-es2015": "6.6.0",
"gulp": "3.5.2",
"jasmine-core": "^2.5.1",
"karma": "^1.3.0",
"karma-jasmine": "^1.0.2",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.31",
"primo-explore-devenv": "1.1.0"
}
}