-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 909 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
{
"name": "freedom-classic-theme",
"version": "1.0.2",
"description": "An Omeka Classic Theme based on modular styling and mobile first approach, with a modern and accessible UX/UI.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nelsonamaya82/theme-freedom.git"
},
"keywords": [
"omeka-classic",
"theme"
],
"author": "RRCHNM",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nelsonamaya82/theme-freedom/issues"
},
"homepage": "https://github.com/nelsonamaya82/theme-freedom#readme",
"devDependencies": {
"autoprefixer": "^9.2.1",
"gulp": "^4.0.2",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^5.0.0"
},
"browserslist": [
"> 5%",
"> 1% in US"
],
"dependencies": {
"minimist": "^1.2.6",
"sass": "^1.68.0"
}
}