d-share
Version:
Share buttons in Derby apps
30 lines (29 loc) • 621 B
JSON
{
"name": "d-share",
"version": "0.1.5",
"description": "Share buttons in Derby apps",
"homepage": "http://icaliman.github.io/d-share/",
"main": "lib/index.js",
"author": "John Caliman",
"license": "MIT",
"keywords": [
"share",
"social",
"derby-component"
],
"repository": {
"type": "git",
"url": "https://github.com/icaliman/d-share.git"
},
"scripts": {
"test": "grunt",
"prepublish": "grunt"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-coffee": "~0.10.1",
"grunt-mocha-test": "~0.9.0",
"mocha": "~1.17.1",
"chai": "~1.9.0"
}
}