2011-03-07 23:08:01 -05:00
|
|
|
{
|
2011-05-24 22:30:49 -04:00
|
|
|
"name": "easejs",
|
2011-12-13 21:22:52 -05:00
|
|
|
"description": "A Classical Object-Oriented Framework for JavaScript",
|
2011-12-22 23:55:19 -05:00
|
|
|
"version": "0.1.0",
|
2011-05-24 22:30:49 -04:00
|
|
|
"author": "Mike Gerwitz <mike@mikegerwitz.com> (http://mikegerwitz.com)",
|
|
|
|
"homepage": "http://easejs.org",
|
2011-03-07 23:08:01 -05:00
|
|
|
|
2011-05-24 22:30:49 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/mikegerwitz/easejs.git"
|
|
|
|
},
|
2011-03-07 23:08:01 -05:00
|
|
|
|
2011-05-24 22:30:49 -04:00
|
|
|
"engines": {
|
|
|
|
"node": ">0.0.0"
|
|
|
|
},
|
|
|
|
|
|
|
|
"dependencies": {},
|
2011-12-13 21:22:52 -05:00
|
|
|
"devDependencies": {},
|
2011-05-24 22:30:49 -04:00
|
|
|
|
|
|
|
"licenses": [
|
|
|
|
{
|
2011-12-13 21:22:52 -05:00
|
|
|
"type": "LGPLv3+",
|
|
|
|
"url": "http://www.gnu.org/licenses/lgpl.html"
|
2011-05-24 22:30:49 -04:00
|
|
|
}
|
|
|
|
],
|
|
|
|
|
|
|
|
"scripts": {
|
|
|
|
"test": "make test"
|
|
|
|
},
|
|
|
|
|
|
|
|
"tags": [
|
|
|
|
"object oriented",
|
|
|
|
"oo",
|
|
|
|
"oop",
|
|
|
|
"classes",
|
|
|
|
"classical",
|
|
|
|
"interfaces",
|
|
|
|
"protected members",
|
|
|
|
"inheritance"
|
|
|
|
]
|
2011-03-07 23:08:01 -05:00
|
|
|
}
|