defold-parser
Version:
Parse defold objects to JS object and back to Defold object
34 lines (33 loc) • 663 B
JSON
{
"name": "defold-parser",
"version": "0.1.5",
"description": "Parse defold objects to JS object and back to Defold object",
"main": "defold-parser.js",
"watch": {
"test": "{tests}/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/insality/defold-parser"
},
"scripts": {
"test": "tape tests/**/*.js",
"watch": "npm-watch"
},
"keywords": [
"defold",
"parser"
],
"files": [
"defold-parser.js"
],
"author": "Insality",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/insality"
},
"devDependencies": {
"npm-watch": "^0.11.0",
"tape": "^5.6.1"
}
}