I wanted to make a MUD where everyone is Astrid. Not a great idea for multiplayer, so I transformed that into a single player. Still not a great idea.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
481 B
21 lines
481 B
{ |
|
"dependencies": { |
|
"gulp-rename": "^1.2.2", |
|
"salet": "^1.6.15" |
|
}, |
|
"private": true, |
|
"devDependencies": { |
|
"bootstrap": "^4.0.0-alpha.5", |
|
"browser-sync": "^2.18.6", |
|
"coffee-script": "^1.12.2", |
|
"gulp": "^3.8.11", |
|
"gulp-coffee": "^2.3.3", |
|
"gulp-concat": "^2.6.1", |
|
"gulp-sass": "^3.1.0", |
|
"gulp-uglify": "^2.0.0", |
|
"gulp-util": "^3.0.8", |
|
"gulp-zip": "^3.0.2", |
|
"vinyl-buffer": "^1.0.0", |
|
"vinyl-source-stream": "^1.1.0" |
|
} |
|
}
|
|
|