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

package.json

This commit is contained in:
Alexander Yakovlev 2016-09-10 10:58:55 +07:00
parent 9a2f780cb4
commit 961b0a936a
3 changed files with 25 additions and 18 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
node_modules
lib
npm-debug.log

3
.npmignore Normal file
View file

@ -0,0 +1,3 @@
node_modules
src
npm-debug.log

View file

@ -1,23 +1,26 @@
{
"name": "salet",
"version": "1.3.0",
"description": "A general client-side framework for cybertext interactive fiction games.",
"keywords": ["ifiction", "interactive fiction", "games", "coffee-script", "text", "menu"],
"homepage": "http://salet.oreolek.ru",
"bugs": {
"url" : "https://git.oreolek.ru/oreolek/salet-module/issues"
},
"license" : "MIT",
"dependencies": {},
"private": true,
"private": false,
"author": {
"name": "Alexander Yakovlev",
"email": "keloero@oreolek.ru",
"url": "https://oreolek.ru"
},
"devDependencies": {
"babelify": "^7.2.0",
"browser-sync": "^2.6.0",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.8",
"coffee-script": "^1.10.0",
"coffeeify": "^2.0.1",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-zip": "^3.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0",
"bootstrap": "^4.0.0-alpha.2"
"coffee-script": "*"
},
"main": "lib/index.js",
"repository": {
"type" : "git",
"url" : "https://git.oreolek.ru/oreolek/salet-module"
}
}