-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "costs-monitor",
"version": "0.0.1",
"description": "An application for monitoring expenses",
"main": "server.js",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-material": "^1.1.1",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"mysql": "^2.11.1",
"sequelize": "^3.24.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.3",
"sequelize-cli": "^2.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goodlifeinc/costsMonitor.git"
},
"keywords": [
"costs",
"monitor",
"expenses",
"application"
],
"author": "Evgeni Atanasov",
"license": "ISC",
"bugs": {
"url": "https://github.com/goodlifeinc/costsMonitor/issues"
},
"homepage": "https://github.com/goodlifeinc/costsMonitor#readme"
}