sweettext
Version:
A simple, custom narration library.
33 lines (32 loc) • 700 B
JSON
{
"name": "sweettext",
"version": "1.3.0",
"description": "A simple, custom narration library.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"author": "FelixPitau <felixpitau@gmail.com> (http://felix.expert)",
"license": "MIT",
"dependencies": {
"cheerio": "^0.22.0",
"fs": "0.0.1-security",
"path": "^0.12.7"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/felixpitau/sweettext"
},
"bugs": {
"url": "https://github.com/felixpitau/sweettext/issues"
},
"keywords": [
"cyoa",
"game",
"text-based"
]
}