gfskel2json
Version:
Converting skel file to json on spine 2.1.27
29 lines (28 loc) • 646 B
JSON
{
"name": "gfskel2json",
"version": "1.0.5",
"description": "Converting skel file to json on spine 2.1.27",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "http://github.com/baguniz/gfSkel2Json"
},
"bugs": {
"url": "http://github.com/baguniz/gfSkel2Json/issues"
},
"author": "baguniz",
"license": "GPL-2.0",
"dependencies": {
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"glob-promise": "^3.4.0",
"lodash": "^4.17.11"
},
"bin": {
"gfskel2json": "src/index.js"
},
"keywords": ["girl's frontline", "gf", "spine", "skel"]
}