From 1bb42f9336b6a071615611d2535a9f65a8c11c23 Mon Sep 17 00:00:00 2001 From: Tobie Langel Date: Tue, 9 Aug 2011 11:28:30 +0200 Subject: [PATCH] No need to restrict package to node. --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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" }