0
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet-module.git synced 2024-05-05 02:28:30 +03:00
salet-module/package.json

43 lines
964 B
JSON
Raw Permalink Normal View History

2016-01-07 13:27:57 +02:00
{
2016-09-10 06:58:55 +03:00
"name": "salet",
"version": "2.0.2",
2016-09-10 06:58:55 +03:00
"description": "A general client-side framework for cybertext interactive fiction games.",
2017-09-20 08:12:54 +03:00
"keywords": [
"ifiction",
"interactive fiction",
"games",
"coffee-script",
"text",
"menu"
],
2017-04-02 08:16:56 +03:00
"homepage": "https://salet.su",
2016-09-10 06:58:55 +03:00
"bugs": {
2017-09-20 08:12:54 +03:00
"url": "https://gitlab.com/oreolek/salet-module/issues"
2016-09-10 06:58:55 +03:00
},
2017-09-20 08:12:54 +03:00
"license": "MIT",
2016-09-10 06:58:55 +03:00
"private": false,
"author": {
"name": "Alexander Yakovlev",
"email": "keloero@oreolek.ru",
"url": "https://oreolek.ru"
},
2016-01-07 13:27:57 +02:00
"devDependencies": {
2019-10-18 10:30:48 +03:00
"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"
2016-09-10 06:58:55 +03:00
},
"main": "lib/index.min.js",
2017-07-31 17:58:39 +03:00
"types": "./typings/salet/index.d.ts",
2017-04-02 08:16:56 +03:00
"repository": {
"type": "git",
2017-04-02 08:17:47 +03:00
"url": "https://gitlab.com/oreolek/salet-module"
2017-04-02 08:16:56 +03:00
}
2016-01-07 13:27:57 +02:00
}