Files

27 lines
579 B
JSON

{
"name": "gorillascript",
"npmName": "gorillascript",
"npmFileMap": [
{
"basePath": "/extras/",
"files": [
"*.js"
]
}
],
"filename": "gorillascript.min.js",
"version": "0.9.10",
"description": "A compile-to-JavaScript language designed to empower the user while attempting to prevent some common errors",
"homepage": "http://ckknight.github.io/gorillascript",
"keywords": [
"compiler",
"language"
],
"repositories": [
{
"type": "git",
"url": "https://github.com/ckknight/gorillascript"
}
]
}