-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 908 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
36
37
38
39
40
41
42
{
"name": "thedaily",
"version": "1.6.2",
"description": "\"Image-oriented theme for Omeka.\"",
"main": "gulpfile.js",
"dependencies": {
"postcss": "^8.3.5"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^5.0.0",
"postcss": "^8.3.0",
"sass": "~1.32.13",
"susy": "^2.2.12"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omeka/theme-thedaily.git"
},
"keywords": [
"\"black",
"white",
"yellow",
"bold",
"sans-serif\""
],
"author": "\"Roy Rosenzweig Center for History and New Media\"",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/omeka/theme-thedaily/issues"
},
"homepage": "https://github.com/omeka/theme-thedaily#readme",
"browserslist": [
"> 5%",
"> 1% in US"
]
}