Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DTrejo committed Apr 27, 2012
1 parent 89941d0 commit b9b21f4
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions package.json
@@ -1,13 +1,15 @@
{
"name": "gss",
"description": "Golden Section Search for javascript. (a line search technique used to minimize or maximize the output a function, also known as `argmax`).",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "git://github.com/DTrejo/gss.git"
},
"author": "David Trejo <david+npm@dtrejo.com> (http://dtrejo.com/)",
"maintainers": [ "David Trejo <david.daniel.trejo+npm@gmail.com> (http://dtrejo.com/)" ],
"maintainers": [
"David Trejo <david.daniel.trejo+npm@gmail.com> (http://dtrejo.com/)"
],
"main": "gss.js",
"directories": {
"lib": "."
Expand All @@ -18,9 +20,15 @@
"devDependencies": {
"underscore": "~1.3.0"
},
"scripts": { "test": "node test/async.js && node test/sync.js" },
"licenses" : [ {
"type" : "MIT",
"url" : "http://github.com/dtrejo/gss/raw/master/LICENSE"
} ]
"scripts": {
"test": "node test/async.js && node test/sync.js"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/dtrejo/gss/raw/master/LICENSE"
}
],
"dependencies": {},
"optionalDependencies": {}
}

0 comments on commit b9b21f4

Please sign in to comment.