-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 975 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
{
"name": "quotesondev-starter",
"version": "1.0.0",
"description": "A WordPress starter theme for the Quotes on Dev project, forked from Underscores.",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.26.7",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^4.0.2",
"gulp-prettyerror": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-terser": "^1.1.5"
},
"prettier": {
"singleQuote": true
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redacademy/quotesondev-starter.git"
},
"author": "mandiwise",
"license": "ISC",
"bugs": {
"url": "https://github.com/redacademy/quotesondev-starter/issues"
},
"homepage": "https://github.com/redacademy/quotesondev-starter#readme"
}