This repository was archived by the owner on Dec 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.58 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "ota-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"async": "^2.1.2",
"body-parser": "~1.15.2",
"connect": "^3.5.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-alpha.2",
"crypto": "0.0.3",
"debug": "~2.2.0",
"express": "~4.14.0",
"express-session": "^1.14.2",
"gridfs-stream": "^1.1.1",
"jade": "~1.11.0",
"lodash": "^4.17.4",
"log4js": "^1.0.1",
"mongoose": "^4.6.8",
"mongoose-gridfs": "^0.1.0",
"moniker": "^0.1.2",
"morgan": "~1.7.0",
"multer": "^1.2.1",
"multer-gridfs-storage": "^1.0.0",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"serve-favicon": "~2.3.0",
"socket.io": "^1.7.2",
"uid": "0.0.2",
"uid-safe": "^2.1.3"
},
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"grunt": "^1.0.1",
"grunt-angular-templates": "^1.1.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-express": "^1.4.1",
"grunt-google-cdn": "^0.4.3",
"grunt-jscs": "^3.0.1",
"grunt-newer": "^1.2.0",
"grunt-parallel": "^0.5.1",
"grunt-postcss": "^0.8.0",
"grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.1",
"jit-grunt": "^0.10.0",
"jshint-stylish": "^2.2.1",
"time-grunt": "^1.4.0"
}
}