Skip to content

Commit

Permalink
Start a project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Feb 12, 2012
0 parents commit 765e765
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions package.json
@@ -0,0 +1,29 @@
{
"name": "plugin-hub",
"id": "plugin-hub",
"version": "0.0.1",
"description": "plugin hub",
"keywords": [ "plugins", "plugin", "hub" ],
"author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
"homepage": "https://github.com/Gozala/plugin-hub",
"repository": {
"type": "git",
"url": "https://github.com/Gozala/plugin-hub.git",
"web": "https://github.com/Gozala/plugin-hub"
},
"bugs": {
"url": "http://github.com/Gozala/plugin-hub/issues/"
},
"devDependencies": {
"test": ">=0.4.4",
"repl-utils": ">=1.0.0"
},
"scripts": {
"test": "node tests/test-all.js",
"repl": "node node_modules/repl-utils"
},
"licenses": [{
"type" : "MIT",
"url" : "http://jeditoolkit.com/LICENSE"
}]
}

0 comments on commit 765e765

Please sign in to comment.