Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
No need to restrict package to node.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobie Langel committed Aug 9, 2011
1 parent f73319b commit 1bb42f9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Expand Up @@ -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"
}

0 comments on commit 1bb42f9

Please sign in to comment.