From 1826d342efe3acfa3ffdf47e4c73dc7a1f2b8849 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 4 Apr 2014 23:09:08 -0400 Subject: [PATCH] Allow edge dev deps --- package.json | 63 +++++++++++++++++++++++++++------------------------- 1 file changed, 33 insertions(+), 30 deletions(-) diff --git a/package.json b/package.json index cbdab9b6d..01aa87083 100755 --- a/package.json +++ b/package.json @@ -13,36 +13,39 @@ "type": "git", "url": "git://github.com/Semantic-Org/Semantic-UI.git" }, - "dependencies": {}, + "dependencies": { + "jquery": "x.x.x" + }, "devDependencies": { - "docpad": "~6.63.3", - "docpad-plugin-eco": "~2.0.3", - "docpad-plugin-ghpages": "~2.4.1", - "docpad-plugin-partials": "~2.8.1", - "grunt": "~0.4.1", - "grunt-contrib-watch": "~0.5.3", - "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-uglify": "~0.2.2", - "grunt-contrib-cssmin": "~0.6.1", - "grunt-contrib-less": "~0.7.0", - "grunt-contrib-copy": "~0.4.1", - "grunt-docco": "~0.2.0", - "grunt-bower-task": "~0.3.1", - "grunt-css": "~0.5.4", - "grunt-contrib-compress": "~0.5.2", - "grunt-contrib-concat": "~0.3.0", - "grunt-docco-multi": "0.0.2", - "grunt-cssjanus": "~0.1.1", - "karma": "~0.10.2", - "grunt-karma": "~0.6.2", - "karma-spec-reporter": "0.0.5", - "grunt-clear": "~0.2.1", - "grunt-autoprefixer": "~0.4.0", - "grunt-karma-coveralls": "~2.2.0", - "karma-coverage": "~0.1.4", - "docpad-plugin-partials": "~2.8.1", - "docpad-plugin-ghpages": "~2.4.2", - "docpad-plugin-eco": "~2.0.3", - "docpad": "~6.63.3" + "docpad": "x.x.x", + "docpad-plugin-eco": "x.x.x", + "docpad-plugin-ghpages": "x.x.x", + "docpad-plugin-partials": "x.x.x", + "grunt": "x.x.x", + "grunt-contrib-watch": "x.x.x", + "grunt-contrib-clean": "x.x.x", + "grunt-contrib-uglify": "x.x.x", + "grunt-contrib-cssmin": "x.x.x", + "grunt-contrib-less": "x.x.x", + "grunt-contrib-copy": "x.x.x", + "grunt-docco": "x.x.x", + "grunt-bower-task": "x.x.x", + "grunt-css": "x.x.x", + "grunt-contrib-compress": "x.x.x", + "grunt-contrib-concat": "x.x.x", + "grunt-replace": "x.x.x", + "grunt-docco-multi": "x.x.x", + "grunt-cssjanus": "x.x.x", + "karma": "x.x.x", + "grunt-karma": "x.x.x", + "karma-spec-reporter": "x.x.x", + "grunt-clear": "x.x.x", + "grunt-autoprefixer": "x.x.x", + "grunt-karma-coveralls": "x.x.x", + "karma-coverage": "~0.x.x", + "docpad-plugin-partials": "x.x.x", + "docpad-plugin-ghpages": "x.x.x", + "docpad-plugin-eco": "x.x.x", + "docpad": "x.x.x" } }