mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
17 lines
366 B
JSON
17 lines
366 B
JSON
{
|
|
"name": "pgf",
|
|
"version": "1.0.0",
|
|
"description": "A Node.js binding to the GF runtime",
|
|
"exports": ["./build/Debug/pgf.node"],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Krasimir Angelov",
|
|
"license": "BSD3",
|
|
"dependencies": {
|
|
"node-gyp": "^9.4.0",
|
|
"nodejs": "^0.0.0",
|
|
"nopt": "^7.2.0"
|
|
}
|
|
}
|