diff --git a/package.json b/package.json index 4a5e4cd..abf9006 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,8 @@ "description": "A YAML parser written in javascript. This is the port to CommonJS. Client-side script is available at http://code.google.com/p/javascript-yaml-parser/", "version": "0.0.2", "repository": { - "type": "git", + "type": "git", "url": "git://github.com/h4evr/commonjs-javascript-yaml-parser.git" }, - "main": "yamlparser", - "engines": { - "node": "~v0.5.3" - }, - "dependencies": {}, - "devDependencies": {} + "main": "yamlparser" }