-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 1010 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
33
34
35
{
"name": "primo-explore-lod-author-card",
"version": "0.0.6",
"description": "Linked Open Data Author Card for Primo Explore",
"main": "./js/primoExploreLodAuthorCard.js",
"scripts": {
"build": "node version.js && webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jweisman/primo-explore-lod-author-card.git"
},
"keywords": [
"primo-explore",
"linked-data"
],
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.12.13",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.2",
"html-loader": "^1.3.2",
"lodash": "^4.17.20",
"luxon": "^1.25.0",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
},
"author": "Josh Weisman",
"license": "BSD-3-Clause",
"homepage": "https://github.com/jweisman/primo-explore-lod-author-card#readme"
}