-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.37 KB
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
54
55
56
{
"name": "@objj/runtime",
"description": "JavaScript (ECMAScript) and Objective-J runtime",
"homepage": "http://github.com/mrcarlberg/objj-runtime",
"main": "lib/objective-j.js",
"version": "1.2.4",
"engines": {
"node": ">=14.0.0"
},
"preferGlobal": true,
"maintainers": [
{
"name": "Martin Carlberg",
"email": "martin@carlberg.org",
"web": "http://carlberg.org"
}
],
"repository": {
"type": "git",
"url": "http://github.com/mrcarlberg/objj-runtime"
},
"licenses": [
{
"type": "MIT",
"url": "http://raw.github.com/mrcarlberg/objj-runtime/master/LICENSE"
}
],
"keywords": [
"runtime",
"source",
"source code",
"JavaScript",
"ECMAScript",
"Objective-J",
"preprocessor",
"pre-processor",
"pre processor",
"processor",
"utility"
],
"dependencies": {
"@objj/utils": ">=1.0.23",
"@xmldom/xmldom": "^0.8.10",
"objj-transpiler": "^1.0.0-1",
"readline-history": ">=1.2.0",
"xmlhttprequest-ssl": "^2.0.0"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-concat": ">=1.0.1",
"@objj/runtime": "file:."
},
"bin": {
"objj": "./bin/objj"
}
}