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",
|
2013-12-22 00:20:21 -05:00
|
|
|
"version": "@VERSION@",
|
2015-05-28 23:50:37 -04:00
|
|
|
"author": "Mike Gerwitz <mtg@gnu.org> (http://mikegerwitz.com)",
|
2014-03-20 23:42:53 -04:00
|
|
|
"homepage": "https://www.gnu.org/software/easejs/",
|
2011-03-07 23:08:01 -05:00
|
|
|
|
2011-05-24 22:30:49 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-05-28 23:53:31 -04:00
|
|
|
"url": "http://git.savannah.gnu.org/r/easejs.git/"
|
2011-05-24 22:30:49 -04:00
|
|
|
},
|
2011-03-07 23:08:01 -05:00
|
|
|
|
2011-05-24 22:30:49 -04:00
|
|
|
"dependencies": {},
|
2011-12-13 21:22:52 -05:00
|
|
|
"devDependencies": {},
|
2011-05-24 22:30:49 -04:00
|
|
|
|
2015-12-24 00:08:19 -05:00
|
|
|
"license": "GPL-3.0",
|
2011-05-24 22:30:49 -04:00
|
|
|
|
|
|
|
"scripts": {
|
|
|
|
"test": "make test"
|
|
|
|
},
|
|
|
|
|
2015-05-10 01:24:20 -04:00
|
|
|
"keywords": [
|
2011-05-24 22:30:49 -04:00
|
|
|
"classes",
|
|
|
|
"classical",
|
2015-05-10 01:39:12 -04:00
|
|
|
"extend",
|
2015-05-10 01:27:07 -04:00
|
|
|
"gnu",
|
|
|
|
"inheritance",
|
2011-05-24 22:30:49 -04:00
|
|
|
"interfaces",
|
2015-05-10 01:39:12 -04:00
|
|
|
"mixins",
|
2015-05-10 01:27:07 -04:00
|
|
|
"object oriented",
|
|
|
|
"oo",
|
|
|
|
"oop",
|
2011-05-24 22:30:49 -04:00
|
|
|
"protected members",
|
2015-05-10 01:27:07 -04:00
|
|
|
"traits",
|
2015-05-10 01:39:12 -04:00
|
|
|
"visibility"
|
2011-05-24 22:30:49 -04:00
|
|
|
]
|
2011-03-07 23:08:01 -05:00
|
|
|
}
|