Skip to content

Commit

Permalink
Tidy and update package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed May 26, 2016
1 parent 3f1cddb commit ab95f37
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions package.json
@@ -1,20 +1,20 @@
{
"name": "inquiry",
"description": "A parameterized JSON path language for Node.js and the browser.",
"version": "0.0.2",
"description": "A parameterized JSON path language for Node.js and the browser.",
"keywords":
[
"json", "inquiry", "jsonpath", "xpath", "selectors", "query"
],
"homepage": "http://bigeasy.github.io/inquiry",
"bugs": "https://github.com/inquiry/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "git://github.com/bigeasy/inquiry.git"
},
"author": "Alan Gutierrez",
"keywords":
[
"json", "inquiry", "jsonpath", "xpath", "selectors", "query"
],
"author": "Alan Gutierrez <alan@prettyrobots.com> (http://twitter.com/bigeasy)",
"author": "Alan Gutierrez <alan@prettyrobots.com> (https://twitter.com/bigeasy)",
"contributors": [],
"dependencies": {},
"devDependencies":
Expand All @@ -25,9 +25,5 @@
"scripts":
{
"test": "proof platform win32 && proof test t/*/*.t.js || t/test"
},
"licenses": [{
"type": "MIT",
"url": "http://github.com/bigeasy/inquiry/raw/master/LICENSE"
}]
}
}

0 comments on commit ab95f37

Please sign in to comment.