-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.61 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "objj-transpiler",
"description": "JavaScript (ECMAScript) and Objective-J compiler with preprocessor",
"homepage": "http://github.com/mrcarlberg/ObjJAcornCompiler",
"main": "ObjJAcornCompiler.js",
"version": "0.5.7",
"engines": {
"node": ">=0.10.0"
},
"maintainers": [
{
"name": "Martin Carlberg",
"email": "martin@carlberg.org",
"web": "http://carlberg.org"
}
],
"repository": {
"type": "git",
"url": "http://github.com/mrcarlberg/ObjJAcornCompiler"
},
"licenses": [
{
"type": "MIT",
"url": "http://raw.github.com/mrcarlberg/ObjJAcornCompiler/master/LICENSE"
}
],
"keywords": [
"source",
"source code",
"JavaScript",
"ECMAScript",
"Objective-J",
"preprocessor",
"pre-processor",
"pre processor",
"processor",
"utility",
"beautifier",
"formatter"
],
"dependencies": {
"objj-parser": ">=0.4.0",
"source-map": "0.4.x"
},
"bin": {
"objjc": "./bin/objjc"
}
}