renpy-js
Version:
renpy parser for javascript
35 lines (34 loc) • 802 B
JSON
{
"name": "renpy-js",
"version": "1.0.0",
"description": "renpy parser for javascript",
"main": "RenpyParser.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --require @babel/register --recursive ./test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/urine-scientists/renpy-js.git"
},
"keywords": [
"renpy",
"javascript",
"parser"
],
"author": "horace-velmont",
"license": "MIT",
"bugs": {
"url": "https://github.com/urine-scientists/renpy-js/issues"
},
"homepage": "https://github.com/urine-scientists/renpy-js#readme",
"devDependencies": {
"mocha": "^6.0.2",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.4.0"
}
}