forked from omeka/theme-centerrow
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 855 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 855 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "maobjects",
"version": "1.0.0",
"description": "\"Omeka Classic theme for MAObjects.\"",
"main": "gulpfile.js",
"devDependencies": {
"autoprefixer": "^10.2.5",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^5.0.0",
"sass": "~1.43.4"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UB-Mannheim/theme-maobjects.git"
},
"keywords": [
"\"white",
"red",
"serif\""
],
"author": "\"Mannheim University Library\"",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/UB-Mannheim/theme-maobjects/issues"
},
"homepage": "https://github.com/UB-Mannheim/theme-maobjects#readme",
"browserslist": [
"> 5%",
"> 1% in US"
],
"dependencies": {
"nstall": "^0.2.0",
"postcss": "^8.3.5"
}
}