Skip to content

Commit

Permalink
v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Jul 6, 2014
1 parent df494ab commit aae9fcb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "algorithm / adt templates for JavaScript",
"homepage": "https://github.com/aureooms/algo",
"version": "0.1.10",
"name": "algo",
"license": "GPL v2",
"name": "algo"
"description": "algorithm / adt templates for JavaScript",
"version": "0.1.11"
}
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"homepage": "https://aureooms.github.io/algo",
"main": "js/dist/algo.js",
"description": "algorithm / adt templates for JavaScript",
"version": "0.1.11",
"repository": {
"type": "git",
"url": "https://github.com/aureooms/algo.git"
"url": "https://github.com/aureooms/algo.git",
"type": "git"
},
"keywords": [
"js",
"javascript",
"algorithm",
"adt",
"complexity",
"template"
],
"scripts": {
"test": "node test/js/run.js",
"build": "node js/build.js"
},
"homepage": "https://aureooms.github.io/algo",
"author": "Ooms Aur\u00e9lien <aurelien.ooms@gmail.com> (http://aureooms.wolkom.net/)",
"version": "0.1.10",
"devDependencies": {
"uglify-js": "^2.4.13",
"codeclimate-test-reporter": "0.0.3",
"coveralls": "^2.10.0",
"optimist": "^0.6.1",
"qunit": "^0.6.3",
"recbuild": "^0.0.3",
"istanbul": "^0.2.11",
"uglify-js": "^2.4.13",
"recquire": "^0.1.0",
"coveralls": "^2.10.0"
"istanbul": "^0.2.11",
"codeclimate-test-reporter": "0.0.3",
"qunit": "^0.6.3"
},
"bugs": {
"url": "https://github.com/aureooms/algo/issues"
},
"name": "algo",
"dependencies": {},
"description": "algorithm / adt templates for JavaScript",
"license": "GPL v2",
"scripts": {
"test": "node test/js/run.js",
"build": "node js/build.js"
},
"keywords": [
"js",
"javascript",
"algorithm",
"adt",
"complexity",
"template"
]
"name": "algo",
"license": "GPL v2"
}

0 comments on commit aae9fcb

Please sign in to comment.