mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
27 lines
579 B
JSON
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"
|
|
}
|
|
]
|
|
}
|