-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.66 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "dimeshift",
"version": "0.1.33",
"description": "Webapp to track and manage personal finances",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node_modules/.bin/mocha includes/test",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/jeka-kiselyov/dimeshift.git"
},
"author": "Jeka Kiselyov <[email protected]> (http://www.jeka911.com/)",
"license": "AGPL-3.0",
"keywords": [
"finance",
"financial",
"single page",
"single page application",
"application",
"saas",
"api",
"currency",
"economy",
"ukrainian",
"russian",
"backbonejs",
"restify"
],
"bundledDependencies": [
"rfr"
],
"dependencies": {
"bower": "^1.6.3",
"clean-css": "^3.4.5",
"escape-regexp-component": "^1.0.2",
"grunt-contrib-concat": "^1.0.0",
"grunt-exec": "^0.4.6",
"mime": "^1.3.4",
"moment": "^2.13.0",
"money": "^0.2.0",
"mysql": "^2.9.0",
"nodemailer": "^1.8.0",
"open-exchange-rates": "^0.3.0",
"pg": "^4.4.3",
"pg-hstore": "^2.3.2",
"restify": "^4.0.3",
"restify-cookies": "^0.1.2",
"rfr": "^1.2.2",
"sequelize": "^3.10.0",
"sqlite3": "^3.1.3",
"uglify-js": "^2.4.24",
"yahoo-currency": "0.0.9"
},
"devDependencies": {
"chai": "^3.3.0",
"grunt": "^0.4.5",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^1.14.0",
"grunt-node-inspector": "^0.4.1",
"grunt-nodemon": "^0.4.0",
"grunt-env": "^0.4.4",
"grunt-run": "^0.5.2",
"hippie": "^0.4.0",
"mocha": "^2.3.3",
"open": "0.0.5"
}
}