1
0
Fork 0

Began updating package.json

- Added additional information, including dev deps, license, test script and 'engines'
closure/master
Mike Gerwitz 2011-05-24 22:30:49 -04:00
parent 60750511c4
commit 20ed143b83
1 changed files with 42 additions and 21 deletions

View File

@ -1,23 +1,44 @@
{
"name": "easejs",
"description": "A basic collection of CommonJS modules intended to \"ease\" the transition into Javascript from other Object-Oriented languages",
"version": "0.1.0-pre",
"author": "Mike Gerwitz <mike@mikegerwitz.com>",
"description": "A basic collection of CommonJS modules intended to \"ease\" the transition into JavaScript from other Object-Oriented languages.",
"version": "0.1.0",
"author": "Mike Gerwitz <mike@mikegerwitz.com> (http://mikegerwitz.com)",
"homepage": "http://easejs.org",
"repository": {
"type": "git",
"url": "git://github.com/mikegerwitz/easejs.git"
},
"engines": {
"node": ">0.0.0"
},
"dependencies": {},
"devDependencies": {
"uglify-js": ">=1.0.2"
},
"licenses": [
{
"type": "GPLv3+",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"scripts": {
"test": "make test"
},
"tags": [
"object oriented",
"oo",
"util",
"utility",
"oop",
"lib",
"library",
"framework",
"classes",
"classical",
"interfaces",
"protected members",
"inheritance"