-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 788 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "text-aid-too",
"version": "1.1.7",
"author": "Stephen Blott <smblott@gmail.com>",
"description": "Edit web inputs (including on GMail) with your favourite native text editor; and (experimentally) use markdown.",
"homepage": "https://github.com/smblott-github/text-aid-too",
"repository": { "type": "git", "url": "https://github.com/smblott-github/text-aid-too" },
"licenses" : [ {"type" : "MIT" } ],
"engines" : { "node" : ">=0.4" },
"keywords": [ "text", "aid", "extension", "chrome", "edit", "vim" ],
"dependencies": {
"ws" : "~0.4.31",
"optimist" : "~0.6.1",
"watchr": "~2.4.13",
"coffee-script": "~1.9.3",
"markdown": "~0.5.0",
"html": "~0.0.10"
},
"bin": { "text-aid-too": "server/server.coffee" }
}