forked from skulpt/skulpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.45 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": "skulpt",
"version": "1.0.0",
"description": "Skulpt is a Javascript implementation of Python 2.x. Python that runs in your browser!",
"keywords": [
"skulpt"
],
"scripts": {
"testdebug": "python skulpt.py testdebug",
"regengooglocs": "python skulpt.py regengooglocs",
"regensymtabtests": "python skulpt.py regensymtabtests",
"rununits": "python skulpt.py rununits",
"vmwareregr": "python skulpt.py vmwareregr",
"regenparser": "python skulpt.py regenparser",
"regenasttests": "python skulpt.py regenasttests",
"regenruntests": "python skulpt.py regenruntests",
"upload": "python skulpt.py upload",
"doctest": "python skulpt.py doctest",
"doc": "python skulpt.py doc",
"browser": "python skulpt.py browser",
"debugbrowser": "python skulpt.py debugbrowser",
"vfs": "python skulpt.py vfs",
"host": "python skulpt.py host",
"repl": "python skulpt.py repl",
"build": "python skulpt.py dist",
"build-min": "python skulpt.py dist -u",
"test": "python skulpt.py test",
"test3": "python skulpt.py test3"
},
"repository": {
"type": "git",
"url": "https://github.com/skulpt/skulpt.git"
},
"bugs": {
"url": "https://github.com/skulpt/skulpt/issues"
},
"homepage": "http://www.skulpt.org/",
"author": {
"name": "Brad Miller"
},
"license": "MIT",
"private": true,
"devDependencies": {
"jshint": "~2.5.2",
"jscs": "~1.12",
"jsdoc": "~3.5.5"
}
}