Browse Source

Allow edge dev deps

pull/795/head
jlukic 11 years ago
parent
commit
1826d342ef
1 changed files with 33 additions and 30 deletions
  1. 63
      package.json

63
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"
}
}
Loading…
Cancel
Save