forked from subjectsplus/SubjectsPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 758 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "subjectsplus",
"version": "4.2.2",
"description": "SubjectsPlus is a a LAMP/WAMP application that allows you to manage a number of interrelated parts of a library website.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/subjectsplus/SubjectsPlus.git"
},
"author": "University of Miami Libraries",
"license": "See license in license.text",
"bugs": {
"url": "https://github.com/subjectsplus/SubjectsPlus/issues"
},
"homepage": "https://github.com/subjectsplus/SubjectsPlus#readme",
"devDependencies": {
"auto-changelog": "^1.11.0",
"release-it": "^10.0.7"
}
}