-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 945 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
40
{
"name": "finance-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon server.js",
"deploy": "(cd deploy && ansible-playbook deploy.yml)"
},
"dependencies": {
"backbone": "^1.2.0",
"body-parser": "~1.12.0",
"bunyan": "^1.4.0",
"cookie-parser": "~1.3.4",
"custombox": "^3.0.2",
"debug": "~2.6.9",
"enquire.js": "^2.1.1",
"express": "^4.12.3",
"font-awesome": "^4.3.0",
"foundation-sites": "^5.5.2",
"interact.js": "^1.2.4",
"jade": "~1.9.2",
"jquery": "^3.5.0",
"moment": "^2.10.3",
"money": "^0.2.0",
"morgan": "~1.9.1",
"npm-css": "^0.2.3",
"plaid": "^1.0.10",
"q": "^1.4.1",
"serve-favicon": "~2.2.0",
"sweetalert": "^1.0.1",
"tap-listener": "^1.1.1",
"tippy.js": "^1.2.0",
"underscore": "^1.12.1",
"vis": "^4.12.0"
},
"devDependencies": {
"nodemon": "^3.0.1",
"watchify": "^3.11.1"
}
}