Files
VOREStation/tools/nano-tester/package.json
T
Leshana 02221ac7bf Implements a utility to test NanoUI templates outside of BYOND.
Useful for rapid development and previewing of the HTML.
2018-02-18 19:48:57 -05:00

20 lines
409 B
JSON

{
"name": "nano-tester",
"version": "1.0.0",
"description": "Test NanoUI Templates",
"main": "index.js",
"dependencies": {
"dot": "^1.1.2",
"mime": "^2.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/VOREStation/VOREStation.git"
},
"author": "Leshana",
"license": "AGPL-3.0"
}