2014-04-18 20:41:38 -04:00
|
|
|
{
|
|
|
|
"name": "jstonic",
|
|
|
|
"description": "JavaScript components for GNU ease.js solving real-world problems",
|
|
|
|
"version": "@VERSION@",
|
|
|
|
"author": "Mike Gerwitz (http://mikegerwitz.com)",
|
|
|
|
"homepage": "https://www.gnu.org/software/easejs",
|
|
|
|
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mikegerwitz/jstonic.git"
|
|
|
|
},
|
|
|
|
|
|
|
|
"engines": {
|
|
|
|
"node": "*"
|
|
|
|
},
|
|
|
|
|
|
|
|
"dependencies": {
|
2014-05-05 00:14:09 -04:00
|
|
|
"easejs": ">=0.2.2",
|
|
|
|
"traceur": "*"
|
2014-04-18 20:41:38 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": ">=1.9.1",
|
|
|
|
"mocha": ">=1.18.2"
|
|
|
|
},
|
|
|
|
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "GPLv3+",
|
|
|
|
"url": "http://www.gnu.org/licenses/gpl.html"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
|
|
|
|
"tags": [
|
|
|
|
"classical oop",
|
|
|
|
"oop",
|
|
|
|
"easejs",
|
|
|
|
"object-oriented",
|
|
|
|
"components"
|
|
|
|
]
|
|
|
|
}
|