weborama-semantic-ui
Version:
Semantic-UI - Weborama Theme
30 lines (29 loc) • 722 B
JSON
{
"name": "weborama-semantic-ui",
"version": "1.14.0",
"description": "Semantic-UI - Weborama Theme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build && npm run copy-files",
"copy-files": "rm -rf ./lib && cp -R ./src/dist/components ./lib",
"build": "gulp build --gulpfile src/gulpfile.js"
},
"repository": {
"type": "git",
"url": "https://gitlab.in.weborama.fr/weborama-nl/weborama-semantic-ui.git"
},
"files": [
"lib"
],
"keywords": [
"Weborama",
"Semantic-UI"
],
"author": "Jasper Prins",
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.1",
"semantic-ui": "^2.4.2"
}
}