123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "name": "semantic-ui",
- "version": "2.3.1",
- "title": "Semantic UI",
- "description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
- "homepage": "http://www.semantic-ui.com",
- "author": "Jack Lukic <jack@semantic-ui.com>",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git://github.com/Semantic-Org/Semantic-UI.git"
- },
- "bugs": {
- "url": "https://github.com/Semantic-Org/Semantic-UI/issues"
- },
- "scripts": {
- "install": "gulp install"
- },
- "peerDependencies": {
- "better-console": "*",
- "del": "*",
- "extend": "*",
- "gulp": "*",
- "gulp-autoprefixer": "*",
- "gulp-chmod": "*",
- "gulp-clean-css": "*",
- "gulp-clone": "*",
- "gulp-concat": "*",
- "gulp-concat-css": "*",
- "gulp-copy": "*",
- "gulp-dedupe": "*",
- "gulp-flatten": "*",
- "gulp-header": "*",
- "gulp-help": "*",
- "gulp-if": "*",
- "gulp-less": "*",
- "gulp-notify": "*",
- "gulp-plumber": "*",
- "gulp-print": "*",
- "gulp-rename": "*",
- "gulp-replace": "*",
- "gulp-rtlcss": "*",
- "gulp-uglify": "*",
- "gulp-util": "*",
- "gulp-watch": "*",
- "map-stream": "*",
- "require-dot-file": "*",
- "run-sequence": "*",
- "yamljs": "*"
- },
- "dependencies": {
- "better-console": "*",
- "del": "^3.0.0",
- "extend": "^3.0.1",
- "gulp": "^3.9.1",
- "gulp-autoprefixer": "^4.0.0",
- "gulp-chmod": "^2.0.0",
- "gulp-clone": "^1.1.3",
- "gulp-concat": "^2.6.1",
- "gulp-concat-css": "^2.3.0",
- "gulp-copy": "1.0.0",
- "gulp-dedupe": "0.0.2",
- "gulp-flatten": "^0.3.1",
- "gulp-header": "^1.8.9",
- "gulp-help": "^1.6.1",
- "gulp-if": "^2.0.2",
- "gulp-json-editor": "^2.2.1",
- "gulp-less": "^3.3.2",
- "gulp-clean-css": "^3.7.0",
- "gulp-notify": "^3.0.0",
- "gulp-plumber": "^1.1.0",
- "gulp-print": "^2.0.1",
- "prompt-sui": "^3.2.1",
- "gulp-rename": "^1.2.2",
- "gulp-replace": "^0.6.1",
- "gulp-rtlcss": "^1.0.0",
- "gulp-uglify": "^3.0.0",
- "gulp-util": "^3.0.8",
- "gulp-watch": "^4.3.11",
- "jquery": "^3.2.1",
- "map-stream": "^0.1.0",
- "merge-stream": "^1.0.0",
- "mkdirp": "^0.5.1",
- "require-dot-file": "^0.4.0",
- "run-sequence": "^2.1.0",
- "wrench-sui": "^0.0.3",
- "yamljs": "^0.3.0"
- },
- "devDependencies": {
- "github": "*",
- "gulp-concat-filenames": "*",
- "gulp-debug": "*",
- "gulp-git": "*",
- "gulp-tap": "*",
- "merge-stream": "*"
- },
- "style": "dist/semantic.css"
- }
|