-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 994 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
{
"name": "ledger-parser",
"homepage": "https://www.npmjs.com/package/ledger-parser",
"version": "0.1.2",
"description": "A Node JS parser for files writing using the awesome accounting software ledger-cli format",
"main": "ledger-parser.js",
"scripts": {
"test": "echo \"No test specified\" && exit 1"
},
"keywords": [
"ledger-cli",
"ledger",
"ledgercli",
"accounting",
"finance"
],
"author": {
"name": "Leonardo Melo",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/leomeloxp/ledger-parser/issues"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/npm/npm.git"
},
"readmeFilename": "README.md",
"gitHead": "360dbbefaa6376f9e60af060fca8c26e5f09bc05",
"_id": "[email protected]",
"_shasum": "7666e17bf51856c77e42184aef3664f2e7adef59",
"_from": "ledger-parser@*"
}