0
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet-module.git synced 2024-06-16 23:20:54 +03:00
salet-module/package.json

27 lines
703 B
JSON
Raw Normal View History

2016-01-07 13:27:57 +02:00
{
2016-09-10 06:58:55 +03:00
"name": "salet",
2017-05-02 09:37:55 +03:00
"version": "1.7.0",
2016-09-10 06:58:55 +03:00
"description": "A general client-side framework for cybertext interactive fiction games.",
"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": {
"url" : "https://gitlab.com/oreolek/salet-module/issues"
2016-09-10 06:58:55 +03:00
},
"license" : "MIT",
2016-03-25 12:29:12 +02:00
"dependencies": {},
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": {
2016-09-10 06:58:55 +03:00
"coffee-script": "*"
},
"main": "lib/index.min.js",
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
}