forked from mrcarlberg/objj-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.14 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
49
50
51
52
53
{
"name": "objj-acorn",
"description": "JavaScript (ECMAScript) and Objective-J parser with preprocessor.",
"homepage": "https://github.com/cappuccino/objj-acorn",
"main": "./acorn.js",
"version": "1.0.0-beta.1",
"engines": {
"node": ">=0.10.0"
},
"contributors": [
{
"name": "Marijn Haverbeke",
"email": "[email protected]",
"web": "http://marijnhaverbeke.nl"
},
{
"name": "Martin Carlberg",
"email": "[email protected]",
"web": "http://carlberg.org"
},
{
"name": "Aparajita Fishman",
"email": "[email protected]",
"web": "http://www.aparajita.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/cappuccino/objj-acorn.git"
},
"bugs": "https://github.com/cappuccino/objj-acorn/issues",
"license": "MIT",
"scripts": {
"test": "node test/run.js"
},
"bin": {
"acorn": "./bin/acorn"
},
"keywords": [
"JavaScript",
"ECMAScript",
"Objective-J",
"objj",
"acorn",
"Cappuccino",
"parser",
"preprocessor",
"pre-processor",
"pre processor",
"processor"
],
"dependencies": {}
}