-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 774 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 774 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
{
"name": "default",
"version": "1.8.0",
"description": "The default theme for Omeka S.",
"main": "gulpfile.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omeka-s-themes/default.git"
},
"keywords": [
"omeka-s",
"theme"
],
"author": "Omeka Team",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/omeka-s-themes/default/issues"
},
"homepage": "https://github.com/omeka-s-themes/default#readme",
"devDependencies": {
"autoprefixer": "^10.4.16",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.0.0",
"susy": "^2.2.12"
},
"browserslist": [
"> 5%",
"> 1% in US"
],
"dependencies": {
"minimist": "^1.2.6"
}
}