-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·50 lines (49 loc) · 1.35 KB
/
package.json
File metadata and controls
executable file
·50 lines (49 loc) · 1.35 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
{
"name": "enternet-nodejs",
"main": "server.js",
"version": "1.0.0",
"engines": {
"node": ">=5.6.x",
"npm": ">=2.1.x"
},
"description": "IoT project for team EnterNet",
"scripts": {
"postinstall": "bower install",
"start": "grunt",
"mqttTest": "grunt mqttTest",
"clean": "npm prune"
},
"repository": {
"type": "git",
"url": "http://github.com/mebrianlin/enternet-nodejs.git"
},
"dependencies": {
"express" : "~4.5.1",
"mongoose" : "~4.4.6",
"body-parser" : "~1.15.0",
"method-override" : "~2.3.5npm ",
"ejs": "~2.4.1",
"mqtt": "~1.7.2",
"winston": "~2.2.0",
"lodash": "~4.6.1",
"moment": "~2.11.2",
"mosca": "~1.1.2",
"sylvester": "~0.0.21",
"nanotimer": "~0.3.14",
"kalmanjs": "~1.0.0-beta",
"stats-lite": "~2.0.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-browserify": "~4.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~1.0.0",
"grunt-contrib-less": "~1.2.0",
"grunt-contrib-cssmin": "~1.0.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-nodemon": "~0.4.1",
"grunt-concurrent": "~2.2.1"
},
"license": "MIT"
}