0
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet-module.git synced 2024-04-25 13:49:45 +03:00
salet-module/package.json
Alexander Yakovlev bd1ac09a20
Catch exceptions if localStorage is closed
Allows us to run inside sandboxed iframes
2020-10-24 19:21:08 +07:00

43 lines
964 B
JSON

{
"name": "salet",
"version": "2.0.2",
"description": "A general client-side framework for cybertext interactive fiction games.",
"keywords": [
"ifiction",
"interactive fiction",
"games",
"coffee-script",
"text",
"menu"
],
"homepage": "https://salet.su",
"bugs": {
"url": "https://gitlab.com/oreolek/salet-module/issues"
},
"license": "MIT",
"private": false,
"author": {
"name": "Alexander Yakovlev",
"email": "keloero@oreolek.ru",
"url": "https://oreolek.ru"
},
"devDependencies": {
"coffeescript": "^2.0.0",
"mocha": "^6.2.1",
"assert": "^2.0.0",
"browser-env": "^3.2.6",
"domify": "^1.4.0",
"marked": "^0.7.0",
"jquery": "^3.4.1"
},
"scripts": {
"test": "mocha --reporter dot test/test.js"
},
"main": "lib/index.min.js",
"types": "./typings/salet/index.d.ts",
"repository": {
"type": "git",
"url": "https://gitlab.com/oreolek/salet-module"
}
}