Browse Source

Missing dep

pull/1785/head
jlukic 9 years ago
parent
commit
62701243f8
1 changed files with 15 additions and 12 deletions
  1. 27
      package.json

27
package.json

@ -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"
},

Loading…
Cancel
Save