-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 920 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": "yadespesas",
"version": "1.0.0",
"description": "YaDespesas: An Ionic project",
"dependencies": {
"body-parser": "^1.13.3",
"express": "^4.13.3",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"morgan": "^1.6.1",
"sqlite3": "^3.1.0"
},
"devDependencies": {
"del": "^2.0.1",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-clean": "^0.3.1",
"gulp-connect": "^2.2.0",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.5.0",
"gulp-live-server": "0.0.28",
"gulp-minify-css": "^1.2.1",
"gulp-ng-annotate": "^1.1.0",
"gulp-uglify": "^1.4.0",
"main-bower-files": "^2.9.0",
"run-sequence": "^1.1.2",
"yargs": "^3.24.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"com.ionic.keyboard"
],
"cordovaPlatforms": []
}