-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.2 KB
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
{
"name": "HomeDashboard",
"version": "0.0.1",
"description": "A dashboard for organized and modern families.",
"keywords": "",
"author": {
"name": "Virginia Carrasco Palos <v@barecode.net>"
},
"license": "MIT",
"readmeFilename": "Readme.md",
"repository": {
"type": "git",
"url": "https://github.com/virginc/HomeDashboard"
},
"bugs": {
"url": "https://github.com/virginc/HomeDashboard/issues"
},
"dependencies": {
"express": "~4.1.1",
"mongoose": "~3.8.8",
"lodash": "~2.4.1",
"body-parser": "~1.0.2",
"method-override": "~1.0.0",
"morgan": "~1.0.0",
"express-validator": "~2.3.0"
},
"devDependencies": {
"gulp": "~3.6.2",
"gulp-uglify": "~0.2.1",
"gulp-concat": "~2.2.0",
"gulp-newer": "~0.3.0",
"gulp-changed": "~0.3.0",
"gulp-clean": "~0.2.4",
"gulp-less": "~1.2.3",
"gulp-watch": "~0.6.4",
"gulp-inject": "~0.4.1",
"gulp-minify-css": "~0.3.4",
"run-sequence": "~0.3.6",
"gulp-livereload": "~2.1.0",
"gulp-connect": "~2.0.6",
"gulp-nodemon": "~1.0.4",
"gulp-sourcemaps": "~1.1.4",
"gulp-angular-templatecache": "~1.3.0",
"gulp-debug": "~1.0.1",
"gulp-flatten": "0.0.2"
}
}