1
0
Fork 0

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.
perfodd
Mike Gerwitz 2011-12-13 21:22:52 -05:00
parent e24784529e
commit 9117b2e4cf
1 changed files with 4 additions and 9 deletions

View File

@ -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 <mike@mikegerwitz.com> (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",