diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-08-16 16:35:00 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-08-16 16:35:00 +0300 |
| commit | 20fb9c4547904666b53191ebd22e0d1b275d6f38 (patch) | |
| tree | 3d612c5c5dae44afa5de644440c66b0db7583b7d /package.json | |
| parent | 7753866318c7f76dc6d163f517f1ff3c73003988 (diff) | |
Add stuff
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..866d52d --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "drone-build-test", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "eslint .", + "start": "node index.js" + }, + "author": "", + "license": "MIT", + "devDependencies": { + "eslint": "^5.3.0", + "eslint-config-airbnb-base": "^13.1.0", + "eslint-plugin-import": "^2.14.0" + } +} |
