forked from lkesteloot/turbopascal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 970 Bytes
/
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
{
"name": "turbopascal",
"version": "1.0.2",
"description": "Turbo Pascal subset compiler and interpreter",
"main": "tpc.js",
"bin": {
"turbopascal": "turbo.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node arapaho.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikeralphson/turbopascal.git"
},
"keywords": [
"pascal",
"turbopascal",
"borland",
"ucsd",
"pcode"
],
"contributors": [
"Lawrence Kesteloot",
"Mike Ralphson"
],
"license": "BSD-2-Clause",
"dependencies": {
"amdefine": "^1.0.1",
"ansi": "^0.3.1",
"compression": "^1.6.2",
"ejs": "^2.5.1",
"express": "^4.15.5",
"underscore": "^1.9.1"
},
"bugs": {
"url": "https://github.com/mikeralphson/turbopascal/issues"
},
"homepage": "https://github.com/mikeralphson/turbopascal#readme",
"devDependencies": {},
"author": "Mike Ralphson"
}