-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 920 Bytes
/
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
{
"name": "notational-momentum",
"version": "0.4.0",
"description": "a mouseless, terminal-based notetaking tool, inspired by notational velocity",
"main": "index.js",
"bin": "./index.js",
"dependencies": {
"and-search": "^1.0.0",
"ascii-codes": "^1.0.0",
"blessed": "^0.1.61",
"kefir": "^3.1.0",
"lodash": "^3.10.0",
"minimist": "^1.2.0"
},
"devDependencies": {
"tap-spec": "^4.1.1",
"tape": "^4.2.2"
},
"scripts": {
"start": "node index.js",
"test": "node test/test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "http://github.com/elsehow/notational-momentum"
},
"keywords": [
"notetaking",
"terminal",
"ui",
"blessed"
],
"author": "elsehow",
"license": "MIT",
"bugs": {
"url": "https://github.com/elsehow/notational-momentum/issues"
},
"homepage": "https://github.com/elsehow/notational-momentum"
}