-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 981 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 981 Bytes
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
{
"version": "1.2.2",
"name": "Aether",
"description": "Simple personal framework for quick webapp tools",
"author": {
"name": "Matthew Potter",
"email": "mdpotter@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=4.5.0"
},
"dependencies": {
"apiai": "latest",
"body-parser": "1.14.2",
"chalk": "latest",
"cors": "latest",
"express": "4.13.4",
"express-fileupload": "^1.4.0",
"extend": "3.0.0",
"fluent-ffmpeg": "latest",
"fs-extra": "latest",
"moment": "latest",
"mosca": "latest",
"mqtt": "latest",
"node-fetch": "latest",
"node-hid": "latest",
"nodejs-websocket": "1.5.0",
"object.observe": "latest",
"oh-my-log": "^3.0.1",
"passport": "^0.6.0",
"sails": "latest",
"sails-mongo": "latest",
"serialport": "latest",
"socket.io": "1.4.5",
"socket.io-client": "latest",
"socket.io-parser": "2.2.6",
"twilio": "latest",
"twit": "latest"
}
}