forked from DavidKinder/Git
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
17 lines (16 loc) · 928 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "git-for-vorple",
"version": "1.0.0",
"description": "Git for Vorple",
"scripts": {
"compile": "mkdir -p build; emmake make; emcc -DUSE_MMAP -DUSE_INLINE -s EMTERPRETIFY_WHITELIST='[\"_cheapglk_main\", \"_gidispatch_call\", \"_git\", \"_gitMain\", \"_git_perform_glk\", \"_glk_main\", \"_glk_select\", \"_haven_start\", \"_startProgram\"]' -s EMTERPRETIFY=1 -s EMTERPRETIFY_ASYNC=1 -s 'EMTERPRETIFY_FILE=\"build/engine.bin\"' -s NO_EXIT_RUNTIME=1 -s \"EXTRA_EXPORTED_RUNTIME_METHODS=['ccall']\" -O3 -o build/engine.js git.o memory.o compiler.o opcodes.o operands.o peephole.o terp.o glkop.o search.o git_unix.o savefile.o saveundo.o gestalt.o heap.o accel.o -L../cheapglk -lcheapglk; rm git"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vorple/git.git"
},
"bugs": {
"url": "https://github.com/vorple/git/issues"
},
"homepage": "https://github.com/vorple/git"
}