-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.4 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "kindle-clipping-sync",
"author": "Alex Katopodis <akatopo@users.noreply.github.com>",
"version": "1.0.0",
"description": "Checks for a kindle mount event and commits clippings to a git repository",
"license": "ISC",
"keywords": [
"kindle",
"clippings"
],
"bin": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/akatopo/kindle-clipping-sync"
},
"bugs": {
"url": "https://github.com/akatopo/kindle-clipping-sync/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "gulp build"
},
"devDependencies": {
"babel-core": "^6.6.4",
"babel-eslint": "^6.0.0-beta.5",
"babel-plugin-transform-async-to-generator": "^6.5.0",
"babel-preset-es2015-node4": "^2.0.3",
"del": "^2.2.0",
"eslint": "~2.2.0",
"eslint-config-airbnb": "~6.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-chmod": "^1.3.0",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
"streamqueue": "^1.1.1"
},
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"dbus-native": "^0.2.0",
"fs-extra": "^0.28.0",
"libnotify": "^1.0.4",
"mz": "^2.4.0",
"nodegit": "^0.12.2",
"promisify-node": "^0.4.0",
"ramda": "^0.20.1",
"rxjs": "^5.0.0-beta.6"
},
"engines": {
"node": ">= 4.0.0"
},
"os": [
"linux"
],
"preferGlobal": true
}