forked from 360disrupt/grassberry-high
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 3.58 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "projectname",
"version": "0.0.0",
"description": "AngularJS & NodeJS Development",
"main": "dist/server.js",
"dependencies": {
"archiver": "^2.1.0",
"async": "^2.4.1",
"bcrypt": "^0.8.5",
"blocked": "^1.2.1",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"chalk": "^0.5.1",
"compression": "^1.5.0",
"connect-mongo": "^0.8.1",
"connect-roles": "^3.1.1",
"cookie-parser": "^1.4.1",
"cron": "^1.3.0",
"debug": "^2.6.8",
"debug-trace": "^0.2.4",
"express": "^4.15.3",
"express-session": "^1.15.3",
"express-session-rethinkdb": "git+https://github.com/360disrupt/express-session-rethinkdb.git",
"gulp": "^3.9.1",
"gulp-karma": "0.0.4",
"gulp-license-finder": "^1.0.0",
"i2c-bus": "^1.2.2",
"join-stream": "0.0.0",
"kalmanjs": "^1.0.0-beta",
"longjohn": "^0.2.11",
"mkdirp": "^0.5.1",
"moment": "^2.21.0",
"moment-timezone": "^0.5.13",
"mongo-sanitize": "^1.0.0",
"mongoose": "^4.10.7",
"mongoose-deep-populate": "^3.0.0",
"morgan": "^1.8.2",
"node-gyp": "^3.6.2",
"node-sass": "^3.4.2",
"node-uuid": "^1.4.8",
"nodemailer": "^0.7.1",
"oclazyload": "^0.6.3",
"oh-crap": "^1.1.0",
"parseurl": "^1.3.0",
"passport": "^0.2.2",
"passport-instagram": "^1.0.0",
"passport-local": "^1.0.0",
"passport-oauth1": "^1.1.0",
"passport-oauth2": "^1.2.0",
"pretty-error": "^1.1.2",
"rethinkdbdash": "^2.3.29",
"sensortag": "^1.3.0",
"serialport": "^3.1.2",
"shelljs": "^0.6.1",
"socket.io": "^1.7.4",
"split": "^1.0.0",
"stream-buffers": "^3.0.1",
"util": "^0.10.3",
"winston": "^1.0.0",
"winston-mongodb": "^1.6.6"
},
"devDependencies": {
"browser-sync": "^2.18.12",
"chalk": "~0.5.1",
"del": "~0.1.3",
"git-rev-sync": "^1.9.1",
"gulp": "~3.8.11",
"gulp-angular-filesort": "^1.0.4",
"gulp-angular-templatecache": "^1.4.2",
"gulp-autoprefixer": "^2.0.0",
"gulp-coffee": "^2.3.4",
"gulp-coffeelint": "^0.4.0",
"gulp-consolidate": "~0.1.2",
"gulp-csso": "^0.2.9",
"gulp-filter": "^1.0.0",
"gulp-flatten": "0.0.4",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.0.0",
"gulp-jasmine": "^2.0.1",
"gulp-jshint": "~1.9.0",
"gulp-karma": "0.0.4",
"gulp-load-plugins": "^0.9.0",
"gulp-minify-html": "^0.1.7",
"gulp-ng-annotate": "^0.5.2",
"gulp-nodemon": "^2.0.3",
"gulp-protractor": "0.0.9",
"gulp-rename": "~1.2.0",
"gulp-replace": "^0.5.3",
"gulp-rev": "^2.0.0",
"gulp-rev-replace": "^0.3.1",
"gulp-sass": "^2.2.0",
"gulp-shell": "^0.6.3",
"gulp-size": "^1.1.0",
"gulp-sourcemaps": "^1.12.0",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.2",
"gulp-util": "^3.0.6",
"http-proxy": "~1.7.0",
"jasmine-core": "^2.6.4",
"jshint-stylish": "~1.0.0",
"karma-angular-filesort": "^0.1.0",
"karma-jasmine": "~0.3.1",
"karma-phantomjs-launcher": "~0.1.4",
"main-bower-files": "^2.4.0",
"protractor": "~1.4.0",
"proxyquire": "^1.8.0",
"replacestream": "^4.0.0",
"require-dir": "^0.3.2",
"simplesmtp": "^0.3.35",
"uglify-save-license": "~0.4.1",
"wiredep": "^2.1.0"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"pack": "gulp stat && open ../grassberry-software/latest"
},
"prod-deploy-server-user": "pi",
"prod-deploy-server-ip": "grassberry.local",
"prod-deploy-server-port": 22,
"prod-deploy-path": "/home/pi/app/dist.new",
"prod-deploy-shell-script": "/home/pi/app/deploy.sh",
"local-git": "true",
"copy-process-files": "true"
}