You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.5 KiB
55 lines
1.5 KiB
{
|
|
"name": "semantic",
|
|
"version": "1.0.0",
|
|
"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 <jacklukic@gmail.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Semantic-Org/Semantic-UI.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Semantic-Org/Semantic-UI/issues"
|
|
},
|
|
"dependencies": {
|
|
"jquery": "x.x.x"
|
|
},
|
|
"devDependencies": {
|
|
"delete": "^0.1.5",
|
|
"grunt": "x.x.x",
|
|
"grunt-autoprefixer": "x.x.x",
|
|
"grunt-clear": "x.x.x",
|
|
"grunt-contrib-clean": "x.x.x",
|
|
"grunt-contrib-compress": "x.x.x",
|
|
"grunt-contrib-concat": "x.x.x",
|
|
"grunt-contrib-copy": "x.x.x",
|
|
"grunt-contrib-cssmin": "x.x.x",
|
|
"grunt-contrib-less": "x.x.x",
|
|
"grunt-contrib-uglify": "x.x.x",
|
|
"grunt-contrib-watch": "x.x.x",
|
|
"grunt-css": "x.x.x",
|
|
"grunt-karma": "x.x.x",
|
|
"grunt-karma-coveralls": "x.x.x",
|
|
"gulp": "^3.8.8",
|
|
"gulp-batch": "^1.0.1",
|
|
"gulp-concat": "^2.4.1",
|
|
"gulp-copy": "0.0.2",
|
|
"gulp-karma": "0.0.4",
|
|
"gulp-less": "^1.3.6",
|
|
"gulp-notify": "^2.0.0",
|
|
"gulp-plumber": "^0.6.6",
|
|
"gulp-uglify": "^1.0.1",
|
|
"gulp-util": "^3.0.1",
|
|
"gulp-watch": "^1.1.0",
|
|
"karma": "x.x.x",
|
|
"karma-coverage": "x.x.x",
|
|
"karma-jasmine": "x.x.x",
|
|
"karma-phantomjs-launcher": "x.x.x",
|
|
"karma-spec-reporter": "x.x.x"
|
|
}
|
|
}
|