0
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet-module.git synced 2024-05-24 11:58:21 +03:00
salet-module/package.json

35 lines
774 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-12-02 11:05:37 +02:00
"version": "2.0.1",
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-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": {
2017-09-20 08:12:54 +03:00
"coffeescript": "^2.0.0"
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
}