keyword-sphinx
Version:
API wrapper for the Keyword Sphynx keyword research API
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "keyword-sphinx",
"version": "0.0.1",
"description": "API wrapper for the Keyword Sphynx keyword research API",
"main": "index.js",
"scripts": {
"test": "KEYWORD_SPHINX=http://74.52.41.202/sphinx/index.php node_modules/.bin/grunt ci"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/keyword-sphinx.git"
},
"keywords": [
"keyword",
"research",
"keyword-research",
"google",
"keywords",
"api",
"adwords"
],
"author": "Eugene Ware <eugene@noblesamurai.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/keyword-sphinx/issues"
},
"devDependencies": {
"expect.js": "~0.2.0",
"grunt-mocha-cli": "~1.1.0",
"mocha": "~1.12.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-complexity": "~0.1.3",
"grunt-cli": "~0.1.9",
"grunt-contrib-watch": "~0.5.3",
"grunt": "~0.4.1",
"underscore": "~1.5.1"
},
"dependencies": {
"underscore": "~1.5.1",
"request": "~2.27.0"
}
}