node-techcrunch
Version:
A simple API for accessing techcrunch news
38 lines (37 loc) • 924 B
JSON
{
"name": "node-techcrunch",
"version": "0.2.2",
"description": "A simple API for accessing techcrunch news",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile:es6": "babel --watch src --out-dir dist --source-maps inline",
"jshint": "jshint --verbose .",
"build": "watch 'npm run jshint' src & npm run compile:es6"
},
"author": "Sachin Bansal <sachinbansal94@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/sachinb94/node-techcrunch.git"
},
"bugs": {
"url": "https://github.com/sachinb94/node-techcrunch/issues"
},
"keywords": [
"techcrunch",
"node-techcrunch",
"crunch",
"crunchbase"
],
"license": "MIT",
"dependencies": {
"x-ray": "^2.0.1"
},
"devDependencies": {
"jshint": "^2.8.0",
"watch": "^0.16.0"
},
"jshintConfig": {
"esnext": true
}
}