public-profile-page-link-finder
Version:
Finds a persons public profile page. duh!
47 lines (46 loc) • 1.27 kB
JSON
{
"name": "public-profile-page-link-finder",
"version": "1.1.3",
"description": "Finds a persons public profile page. duh!",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "nodemon test/followers.js",
"fast": "./node_modules/tape/bin/tape ./test/*test.js",
"test": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/*test.js && istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"jshint": "jshint -c .jshintrc --exclude-path .gitignore ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/nelsonic/public-profile-page-url-finder.git"
},
"keywords": [
"find",
"profile",
"link",
"url"
],
"author": "John Smith & Friends",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/nelsonic/public-profile-page-url-finder/issues"
},
"homepage": "https://github.com/nelsonic/public-profile-page-url-finder#readme",
"dependencies": {
"cheerio": "^0.19.0",
"wreck": "^7.0.0"
},
"devDependencies": {
"istanbul": "^0.4.1",
"jshint": "^2.8.0",
"nock": "^5.2.1",
"pre-commit": "1.1.2",
"tape": "^4.4.0"
},
"pre-commit": [
"jshint",
"test"
]
}