forked from ckknight/gorillascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 755 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "gorillascript",
"description": "GorillaScript is a compile-to-JavaScript language designed to empower the user while attempting to prevent some common errors.",
"version": "0.5.5",
"author": {
"name": "Cameron Kenneth Knight",
"email": "ckknight@gmail.com"
},
"keywords": ["compile", "language", "gorilla", "altjs"],
"homepage": "http://ckknight.github.com/gorillascript/",
"bugs": "https://github.com/ckknight/gorillascript/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/ckknight/gorillascript"
},
"main": "index",
"bin": {
"gorilla" : "./bin/gorilla",
"gork": "./bin/gork"
},
"readmeFilename": "README",
"dependencies": {
"cli": "~0.4.4-2"
}
}