forked from fiatjaf/pf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 719 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 719 Bytes
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
{
"name": "pf-cli",
"version": "0.1.0",
"description": "prato feito",
"bin": {
"pf": "cli/pf.js"
},
"dependencies": {
"commander": "^2.11.0",
"cuid": "^1.3.8",
"editor": "^1.0.0",
"left-pad": "^1.1.3",
"parsimmon": "^1.6.2",
"pouchdb-adapter-http": "^6.3.4",
"pouchdb-adapter-leveldb": "^6.3.4",
"pouchdb-core": "^6.3.4",
"pouchdb-replication": "^6.3.4",
"prompt-autocompletion": "^0.1.1",
"sifter": "^0.5.2",
"tempfile": "^2.0.0",
"xtend": "^4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fiatjaf/pf.git"
},
"author": "fiatjaf@gmail.com",
"license": "ISC",
"devDependencies": {
"tape": "^4.7.0"
}
}