-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1001 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
{
"name": "bb-ofx-preview",
"version": "0.1.0",
"description": "",
"scripts": {
"start": "babel-node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/pedrolauro/bb-ofx-preview.git"
},
"author": "Pedro Lauro <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pedrolauro/bb-ofx-preview/issues"
},
"homepage": "https://github.com/pedrolauro/bb-ofx-preview#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1"
},
"dependencies": {
"chrono-node": "^1.3.5",
"global": "^4.3.2",
"inquirer": "^5.2.0",
"moment": "^2.20.1",
"object-hash": "^1.3.0",
"p-try": "^1.0.0",
"puppeteer": "^1.2.0",
"shorthash": "0.0.2",
"yargs": "^11.0.0"
}
}