53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "PurpleMine2",
|
|
"description": "A free Redmine 2.6+ theme written in SCSS",
|
|
"keywords": [
|
|
"redmine",
|
|
"theme",
|
|
"sass",
|
|
"scss"
|
|
],
|
|
"author": "mrliptontea",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:mrliptontea/PurpleMine2.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mrliptontea/PurpleMine2/issues"
|
|
},
|
|
"homepage": "https://github.com/mrliptontea/PurpleMine2",
|
|
"scripts": {
|
|
"build": "grunt",
|
|
"watch": "grunt watch",
|
|
"lint:js": "standard",
|
|
"lint:sass": "stylelint src/sass/**/*.scss",
|
|
"lint": "npm run -S lint:js && npm run -S lint:sass"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^9.4.10",
|
|
"grunt": "^1.0.3",
|
|
"grunt-contrib-uglify": "^4.0.0",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"grunt-postcss": "^0.9.0",
|
|
"grunt-sass": "^3.0.2",
|
|
"node-sass": "^4.11.0",
|
|
"sass-inline-svg": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^12.0.1",
|
|
"stylelint": "^10.0.1",
|
|
"stylelint-order": "^3.0.0",
|
|
"stylelint-scss": "^3.6.1"
|
|
},
|
|
"standard": {
|
|
"globals": [
|
|
"$",
|
|
"localStorage"
|
|
],
|
|
"ignore": [
|
|
"/javascripts"
|
|
]
|
|
}
|
|
}
|