-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "SmartMirror",
"version": "1.0.0",
"description": "Smart mirror project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/alaycock/SmartMirror.git"
},
"author": "Adam L",
"license": "MIT",
"bugs": {
"url": "https://github.com/alaycock/SmartMirror/issues"
},
"homepage": "https://github.com/alaycock/SmartMirror",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-ejs": "^1.1.0",
"gulp-group-css-media-queries": "^1.1.0",
"gulp-minify-css": "^1.0.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.1",
"gulp-util": "^3.0.4",
"node-neat": "^1.7.2"
},
"dependencies": {
"connect": "^3.4.0",
"connect-route": "^0.1.5",
"express": "^4.13.4",
"express-session": "^1.13.0",
"google-auth-library": "^0.9.7",
"googleapis": "^2.1.7",
"gulp": "^3.9.1",
"request": "^2.67.0",
"serve-static": "^1.10.0"
}
}