You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
878 B
JSON

{
"name": "docker-google-drive-sync",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/richardregeer/docker-google-drive-sync.svg?branch=master)](https://travis-ci.org/richardregeer/docker-google-drive-sync)",
"main": "lib/sync.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node lib/sync.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richardregeer/docker-google-drive-sync.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/richardregeer/docker-google-drive-sync/issues"
},
"homepage": "https://github.com/richardregeer/docker-google-drive-sync#readme",
"dependencies": {
"shelljs": "^0.8.2"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
}
}