Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 5, 2010
1 parent 8422ca8 commit 642975a
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions package.json
@@ -1,10 +1,6 @@
{ "name": "yaml"
, "description": "High performance YAML parser"
, "author" : "visionmedia"
, "version": "0.1.0"
, "main": "./lib/yaml.js"
, "repository" : { "type" : "git"
, "url" : "http://github.com/visionmedia/js-yaml.git"
}
, "bugs" : { "web" : "http://github.com/visionmedia/js-yaml/issues" }
}
{ "name": "yaml",
"version": "0.1.0",
"description": "Yaml parser",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"main": "./lib/yaml.js"
}

0 comments on commit 642975a

Please sign in to comment.