-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
81 lines (81 loc) · 2.89 KB
/
package.json
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "bookcision",
"private": true,
"version": "4.0.5",
"engines": {
"node": "0.10.35"
},
"tagline": "Excise your notes/highlights from read.amazon.com",
"description": "When highlights and notes are created on any Kindle device, they are synced up to Amazon's cloud. These are then visible at read.amazon.com, but there is no reason to believe that Amazon will continue to provide this service forever, and our ability to work with text in that hosted browser-based environment is limited. This is a bookmarklet that permits one to excise notes/highlights from read.amazon.com. It yields a single page of cleanly styled notes/highlights, which can then be copied to one's clipboard and pasted into a local text repository (OneNote, Evernote, DevonThink, etc.). The highlights and notes can also be downloaded in a number of formats (e.g. JSON).",
"keywords": [
"kindle",
"note",
"highlight"
],
"author": "Readwise <[email protected]>, originally created by Ryan Norbauer (http://ryan.norbauer.com)",
"bugs": {
"email": "[email protected]"
},
"homepage": "https://bookcision.readwise.io",
"license": "MIT",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "~0.9.0",
"change-case": "2.1.1",
"cheerio": "~0.16.0",
"cornet": "~0.1.5",
"coverjs-loader": "~0.5.0",
"css-loader": "~0.6.12",
"dom-storage": "~2.0.1",
"entities": "^1.1.1",
"expose-loader": "~0.5.3",
"extended-exceptions": "~2.1.0",
"fade": "0.2.0",
"grunt": "^0.4.5",
"grunt-asciify": "~0.2.2",
"grunt-azureblob": "~0.1.2",
"grunt-cli": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jade": "~0.12.0",
"grunt-contrib-livereload": "~0.1.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-env": "~0.4.1",
"grunt-hg-release": "git+https://github.com/altano/grunt-hg-release.git",
"grunt-open": "~0.2.3",
"grunt-regarde": "~0.1.1",
"grunt-simple-mocha": "~0.4.0",
"grunt-webpack": "~1.0.7",
"handlebars": "2.x",
"handlebars-loader": "0.1.x",
"html-util": "~0.2.1",
"htmlparser2": "~3.7.2",
"hyperquest": "~0.3.0",
"imports-loader": "~0.6.3",
"jade-loader": "~0.5.1",
"json-loader": "~0.5.1",
"key": "~0.1.11",
"less-loader": "~0.7.5",
"markdown-js": "0.0.3",
"matchdep": "~0.3.0",
"mitm": "~1.3.2",
"multipost": "0.0.3",
"object-path": "~0.5.0",
"param-case": "~0.1.0",
"raw-loader": "~0.5.1",
"script-loader": "~0.5.2",
"set": "~1.1.1",
"should": "~4.0.1",
"sinon": "~1.8.2",
"style-loader": "~0.6.4",
"vibe": "~0.9.4",
"webpack": "~1.3.0-beta5",
"webpack-dev-server": "^1.7.0",
"xmlhttprequest": "~1.6.0",
"zeroclipboard": "~1.1.7"
},
"devDependencies": {}
}