node-seen
Version:
An API wrapper around the Seen API
37 lines (36 loc) • 815 B
JSON
{
"name": "node-seen",
"version": "1.0.4",
"description": "An API wrapper around the Seen API",
"main": "index.js",
"repository": {
"type": "git",
"url": "http://github.com/SeenDigital/node-seen.git"
},
"bugs": {
"url": "http://github.com/SeenDigital/node-seen/issues"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec -t 5000"
},
"keywords": [
"seen-api",
"instagram",
"twitter"
],
"devDependencies": {
"mocha": "*",
"istanbul": "*",
"mocha-lcov-reporter": "0.0.1"
},
"author": "brad",
"license": "BSD-2-Clause",
"dependencies": {
"request": "*",
"moment": "*",
"async": "*"
}
}