37 lines
764 B
JSON
37 lines
764 B
JSON
{
|
|
"name": "mastodon",
|
|
"description": "Mastodon API client for node",
|
|
"version": "1.2.2",
|
|
"author": "j hayley",
|
|
"keywords": [
|
|
"mastodon",
|
|
"api",
|
|
"rest"
|
|
],
|
|
"dependencies": {
|
|
"bluebird": "^3.1.5",
|
|
"mime": "^1.3.4",
|
|
"request": "^2.68.0"
|
|
},
|
|
"devDependencies": {
|
|
"async": "0.2.9",
|
|
"colors": "0.6.x",
|
|
"commander": "2.6.0",
|
|
"mocha": "2.1.0",
|
|
"rewire": "2.3.4",
|
|
"sinon": "1.15.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"license": "MIT",
|
|
"main": "./lib/mastodon",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/jhayley/node-mastodon.git"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/mocha tests/* -t 70000 -R spec --bail --globals domain,_events,_maxListeners"
|
|
}
|
|
}
|