|
|
@ -1,23 +1,25 @@ |
|
|
|
{ |
|
|
|
"name": "semantic-ui", |
|
|
|
"version": "1.8.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", |
|
|
|
"name" : "semantic-ui", |
|
|
|
"version" : "1.8.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", |
|
|
|
|
|
|
|
"scripts": { |
|
|
|
"install": "gulp install" |
|
|
|
"install" : "gulp install" |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "git://github.com/Semantic-Org/Semantic-UI.git" |
|
|
|
"type" : "git", |
|
|
|
"url" : "git://github.com/Semantic-Org/Semantic-UI.git" |
|
|
|
}, |
|
|
|
"bugs": { |
|
|
|
"url": "https://github.com/Semantic-Org/Semantic-UI/issues" |
|
|
|
"url" : "https://github.com/Semantic-Org/Semantic-UI/issues" |
|
|
|
}, |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
"jquery" : "x.x.x" |
|
|
|
"jquery" : "x.x.x" |
|
|
|
}, |
|
|
|
"peerDependencies": { |
|
|
|
"gulp" : "3.x.x", |
|
|
@ -47,6 +49,7 @@ |
|
|
|
"gulp-uglify" : "1.x.x", |
|
|
|
"gulp-util" : "3.x.x", |
|
|
|
"gulp-watch" : "2.x.x", |
|
|
|
"mkdirp" : "0.x.x", |
|
|
|
"require-dot-file" : "0.x.x", |
|
|
|
"wrench" : "1.x.x" |
|
|
|
}, |
|
|
|