festivals-importer
Version:
63 lines (62 loc) • 1.62 kB
JSON
{
"name": "festivals-importer",
"version": "1.0.0",
"description": "Festivals importer.",
"main": "./importer.js",
"dependencies": {
"assert-plus": "1.0.0",
"async": "1.5.2",
"cheerio": "0.20.0",
"commander": "2.9.0",
"config": "1.19.0",
"festivals-client": "1.0.0",
"google-spreadsheet": "1.1.4",
"json-mapper": "0.0.9",
"moment-timezone": "0.5.0",
"request": "2.69.0",
"winston": "2.2.0",
"winston-loggly": "1.3.1"
},
"devDependencies": {
"istanbul": "0.4.2",
"mocha": "2.4.5",
"chai": "3.5.0",
"rewire": "2.5.1"
},
"scripts": {
"prepublish": "npm prune",
"test": "mocha --recursive --timeout 6000 test",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --recursive --timeout 6000 test",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --timeout 6000 test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/festivals-tech/npm-festivals-importer.git"
},
"bugs": {
"url": "https://github.com/festivals-tech/npm-festivals-importer/issues"
},
"keywords": [
"festival",
"event",
"place",
"fantasy",
"community",
"importer"
],
"author": {
"name": "Zenedith",
"email": "zenedith@wp.pl"
},
"license": "MIT",
"homepage": "https://github.com/festivals-tech/npm-festivals-importer",
"engines": {
"node": ">=5.6.0"
},
"readmeFilename": "README.md",
"_id": "festivals-importer@1.0.0",
"_from": "festivals-importer@^1.0.0",
"directories": {
"test": "test"
}
}