-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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-rex",
"version": "1.0.0",
"description": "A Primo Customization Package for Royal Danish Library.",
"author": "Royal Danish Library",
"contributors": [
"Karen Strandgaard <[email protected]>",
"Knut Anton Bøckman <[email protected]>",
"Murat Seyhan <[email protected]> (https://github.com/muratseyhan)"
],
"repository": {
"type": "git",
"url": "https://github.com/Det-Kongelige-Bibliotek/primo-explore-rex.git"
},
"licence": "MIT",
"bugs": {
"url": "https://github.com/Det-Kongelige-Bibliotek/primo-explore-rex/issues",
"email": "[email protected]"
},
"scripts": {
"test": "node_modules/karma/bin/karma start ./test/unit/karma.conf.js --single-run"
},
"devDependencies": {
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jasmine": "^1.1.0",
"protractor": "^5.1.1",
"watchify": "^3.8.0"
},
"dependencies": {
"browserify": "^13.3.0",
"jsonld": "^0.4.12",
"lodash": "^4.17.4",
"x2js": "^3.1.0"
}
}