jstonic/package.json.in

41 lines
771 B
JSON

{
"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": {
"easejs": ">=0.2.2",
"traceur": "*"
},
"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"
]
}