2011-03-07 23:08:01 -05:00
|
|
|
{
|
2011-05-24 22:30:49 -04:00
|
|
|
"name": "easejs",
|
|
|
|
"description": "A basic collection of CommonJS modules intended to \"ease\" the transition into JavaScript from other Object-Oriented languages.",
|
2011-06-10 14:21:22 -04:00
|
|
|
"version": "0.1.0-pre",
|
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": {},
|
|
|
|
"devDependencies": {
|
2011-06-30 23:03:09 -04:00
|
|
|
"uglify-js": "<=1.0.2"
|
2011-05-24 22:30:49 -04:00
|
|
|
},
|
|
|
|
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "GPLv3+",
|
|
|
|
"url": "http://www.gnu.org/licenses/gpl.html"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
|
|
|
|
"scripts": {
|
|
|
|
"test": "make test"
|
|
|
|
},
|
|
|
|
|
|
|
|
"tags": [
|
|
|
|
"object oriented",
|
|
|
|
"oo",
|
|
|
|
"oop",
|
|
|
|
"lib",
|
|
|
|
"library",
|
|
|
|
"framework",
|
|
|
|
"classes",
|
|
|
|
"classical",
|
|
|
|
"interfaces",
|
|
|
|
"protected members",
|
|
|
|
"inheritance"
|
|
|
|
]
|
2011-03-07 23:08:01 -05:00
|
|
|
}
|