Skip to content

Commit

Permalink
Simplify package descriptor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Sep 4, 2011
1 parent bc6517f commit 84148d3
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "doc",
"version": "0.0.1",
"description": "Runtime documentation tool for REPL",
"keywords": [ ],
"keywords": [ "runtime", "documentation", "docs", "repl" ],
"author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
"homepage": "https://github.com/Gozala/doc",
"repository": {
Expand All @@ -14,20 +14,7 @@
"bugs": {
"web": "http://github.com/Gozala/doc/issues/"
},
"devDependencies": {
"test": ">=0.0.10"
},
"dependencies": {
"graphquire": ">=0.6.1"
},
"main": "./index.js",
"engines": {
"node": "0.4.x"
},
"scripts": {
"test": "node tests/test-all.js",
"install": "graphquire --clean --write"
},
"licenses": [{
"type" : "MIT",
"url" : "http://jeditoolkit.com/LICENSE"
Expand Down

0 comments on commit 84148d3

Please sign in to comment.