nodex-social-linkback
Version:
Linkback objects for Bixby.js.
40 lines (39 loc) • 838 B
JSON
{
"name": "nodex-social-linkback",
"version": "0.0.1",
"description": "Linkback objects for Bixby.js.",
"keywords": [
"linkback",
"pingback",
"trackback",
"webmention"
],
"author": {
"name": "Jared Hanson",
"email": "jaredhanson@gmail.com",
"url": "http://www.jaredhanson.net/"
},
"repository": {
"type": "git",
"url": "git://github.com/jaredhanson/nodex-social-linkback.git"
},
"bugs": {
"url": "http://github.com/jaredhanson/nodex-social-linkback/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "./lib",
"devDependencies": {
"make-node": "^0.3.0",
"mocha": "^2.0.0",
"chai": "^3.0.0"
},
"scripts": {
"test": "node_modules/.bin/mocha test/*.test.js"
}
}