{
|
|
"name": "jupiterui",
|
|
"version": "3.2.2",
|
|
"description": "Simply the quickest way to start any web project. Serving as a for-production boilerplate, it'll get your project running in no-time.",
|
|
"main": "",
|
|
"scripts": {
|
|
"s": "grunt sass && grunt postcss",
|
|
"j": "grunt browserify && grunt uglify",
|
|
"w": "grunt watch",
|
|
"prepare": "grunt concat && git add ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://codeberg.org/JupiterUI/JupiterUI"
|
|
},
|
|
"author": "athena",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@lodder/grunt-postcss": "^3.0.0",
|
|
"autoprefixer": "^10.2.4",
|
|
"grunt": "^1.3.0",
|
|
"grunt-browserify": "^5.3.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-sass": "^2.0.0",
|
|
"grunt-contrib-uglify": "^5.0.0",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"postcss": "^8.2.6"
|
|
},
|
|
"dependencies": {}
|
|
}
|