From 9117b2e4cf439bb0f33213b8d05136b3e94f17f3 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 13 Dec 2011 21:22:52 -0500 Subject: [PATCH] Updated package.json to remove deps and correct license Growing much closer to releasing. Hopefully in the next couple of days; I just don't want to rush it. Though, at the same time, I've been noticing projects popping up with very similar / exact names to this one. A project named "ease" was added to the npm repository and another "ease.js" is on GitHub, although it's made no progress. As such, I want to ensure I reserve the name in npm. I've been testing the new library and work and noticed only a couple minor issues, primiarly due to misuse of the library. Looking good. --- package.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 9871fd3..aa16663 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easejs", - "description": "A basic collection of CommonJS modules intended to \"ease\" the transition into JavaScript from other Object-Oriented languages.", + "description": "A Classical Object-Oriented Framework for JavaScript", "version": "0.1.0-pre", "author": "Mike Gerwitz (http://mikegerwitz.com)", "homepage": "http://easejs.org", @@ -15,14 +15,12 @@ }, "dependencies": {}, - "devDependencies": { - "uglify-js": ">1.0.2" - }, + "devDependencies": {}, "licenses": [ { - "type": "GPLv3+", - "url": "http://www.gnu.org/licenses/gpl.html" + "type": "LGPLv3+", + "url": "http://www.gnu.org/licenses/lgpl.html" } ], @@ -34,9 +32,6 @@ "object oriented", "oo", "oop", - "lib", - "library", - "framework", "classes", "classical", "interfaces",