Skip to content

Commit

Permalink
Updates testing js
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Apr 11, 2014
1 parent f951e21 commit 7ce0e35
Show file tree
Hide file tree
Showing 4 changed files with 1,909 additions and 1,011 deletions.
69 changes: 37 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic",
"version": "0.15.0",
"version": "0.15.4",
"title": "Semantic UI",
"description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage": "http://www.semantic-ui.com",
Expand All @@ -13,36 +13,41 @@
"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.3",
"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.3",
"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",
"karma-phantomjs-launcher": "x.x.x",
"karma-jasmine": "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

0 comments on commit 7ce0e35

Please sign in to comment.