-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.36 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
{
"name": "iot-analytics",
"version": "0.0.1",
"author": " ",
"description": "iot analytics",
"main": "./app.js",
"repository": {
"type": "git",
"url": "https://github.com/Lembed/iot-analytics"
},
"keywords": [
"iot ",
"analytics"
],
"license": "MIT",
"dependencies": {
"async": "^2.0.0-rc.3",
"body-parser": "^1.15.0",
"config": "^1.20.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.1",
"cookie-session": "^2.0.0-alpha.1",
"ejs": "^2.4.1",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-partials": "^0.3.0",
"js-yaml": "^3.5.5",
"method-override": "^2.3.5",
"moment": "^2.12.0",
"mongoose": "^4.4.12",
"mongoose-lifecycle": "^1.0.0",
"nodemailer": "^2.3.2",
"semver": "^5.1.0",
"socket.io": "^1.4.5",
"express-fileupload": "0.0.5",
"winston": "^2.2.0",
"coap": "^0.17.0",
"mosca": "^2.1.0"
},
"devDependencies": {
"mysql": "^2.11.1",
"babel-core": "^5.1.11",
"babelify": "^6.0.2",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-handlebars": "^0.10.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-ts": "^4.2.0"
},
"engines": {
"node": "6.6.x",
"npm": "1.x.x"
},
"scripts": {
"start": "node index.js"
}
}