From 62701243f85a14093f798eec4249f3d617c29502 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 5 Feb 2015 17:40:06 -0500 Subject: [PATCH] Missing dep --- package.json | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 27d1a9376..14785e5e0 100644 --- a/package.json +++ b/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 ", - "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 ", + "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" },