Skip to content

Commit

Permalink
Package.json updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Sep 8, 2012
1 parent 63aec11 commit d035600
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/docs/project.json
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
{ {
"projectName": "yogi", "projectName": "yogi",
"version": "0.0.15", "version": "0.0.16",
"yuiSeedUrl": "http://yui.yahooapis.com/3.6.0/build/yui/yui.js" "yuiSeedUrl": "http://yui.yahooapis.com/3.6.0/build/yui/yui.js"
} }
15 changes: 14 additions & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,8 @@
{ {
"name": "yogi", "name": "yogi",
"description": "YUI Or Gallery Interface (CLI to YUI and Gallery development)", "description": "YUI Or Gallery Interface (CLI to YUI and Gallery development)",
"version": "0.0.15", "version": "0.0.16",
"author": "Dav Glass <davglass@gmail.com>",
"bin": { "bin": {
"yogi": "./bin/yogi.js" "yogi": "./bin/yogi.js"
}, },
Expand Down Expand Up @@ -32,5 +33,17 @@
"devDependencies": { "devDependencies": {
"jslint": "*", "jslint": "*",
"vows": "*" "vows": "*"
},
"preferGlobal": "true",
"bugs": { "url" : "http://github.com/yui/yogi/issues" },
"licenses":[
{
"type" : "BSD",
"url" : "https://github.com/yui/yogi/blob/master/LICENSE"
}
],
"repository": {
"type":"git",
"url":"http://github.com/yui/yogi.git"
} }
} }

0 comments on commit d035600

Please sign in to comment.