-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 940 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 940 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
{
"name": "mitlibraries-theme-omeka",
"version": "0.0.3",
"description": "An Omeka S theme to implement the MIT Libraries' branding materials",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MITLibraries/mitlibraries-theme-omeka.git"
},
"author": "MIT Libraries",
"bugs": {
"url": "https://github.com/MITLibraries/mitlibraries-theme-omeka/issues"
},
"homepage": "https://github.com/MITLibraries/mitlibraries-theme-omeka#readme",
"devDependencies": {
"autoprefixer": "^10.4.15",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"sass": "^1.67.0",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-stylistic": "^0.4.3"
},
"browserslist": [
"last 2 versions"
],
"dependencies": {
"smartmenus": "^1.2.1"
}
}