stumble
Version:
38 lines (37 loc) • 822 B
JSON
{
"name": "stumble",
"version": "1.1.1",
"description": "Stumble.",
"main": "lib/Stumble",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Colin 'Oka' Hall-Coates <yo@oka.io>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Okahyphen/stumble.git"
},
"bugs": {
"url": "https://github.com/Okahyphen/stumble/issues"
},
"homepage": "https://github.com/Okahyphen/stumble#readme",
"engines": {
"node": ">=5.0.0",
"npm": ">=3.0.0"
},
"dependencies": {
"mumble": "^0.3.9",
"stumble-core": "^1.1.0"
},
"optionalDependencies": {
"cheerio": "^0.20.0",
"file-type": "^3.8.0",
"fluent-ffmpeg": "^2.0.1",
"request": "^2.69.0",
"sqlite3": "^3.1.2"
},
"files": [
"lib/"
]
}