godlike.css
Version:
CSS for layout standardization and usability of web applications
40 lines (39 loc) • 860 B
JSON
{
"name": "godlike.css",
"version": "3.8.0",
"description": "CSS for layout standardization and usability of web applications",
"author": "1000.tech <info@1000.tech>",
"type": "module",
"scripts": {
"watch": "gulp watch",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1000tech/godlike.css.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/1000tech/godlike.css/issues"
},
"homepage": "https://github.com/1000tech/godlike.css#readme",
"main": "godlike.css",
"keywords": [
"CSS",
"Reset",
"Normalize",
"Less",
"Stylus",
"SCSS",
"Godlike",
"1000.tech"
],
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-csso": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-stylus": "^2.7.0",
"nib": "^1.1.2"
}
}