TuiCss/package.json
2019-09-06 00:07:44 -03:00

30 lines
727 B
JSON

{
"name": "tuicss",
"version": "1.0.0",
"description": "Text-based user interface CSS framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinibiavatti1/TuiCss.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vinibiavatti1/TuiCss/issues"
},
"homepage": "https://github.com/vinibiavatti1/TuiCss#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.2.0",
"gulp-copy": "^4.0.1",
"gulp-minify": "^3.1.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2"
}
}