-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.33 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.33 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
{
"name": "adrian-smart-assistant",
"version": "0.2.0",
"description": "An open source smart assitant",
"main": "adrian.sh",
"dependencies": {
"ansi": "^0.3.1",
"async": "^2.1.4",
"bluebird": "^3.4.6",
"async-series": "^0.0.1",
"cheerio": "^0.22.0",
"chalk": "^1.1.3",
"chromecast-scanner": "^0.5.0",
"crypto-toolkit": "^1.0.0",
"facebook-chat-api": "^1.2.0",
"google-auth-library": "^0.9.10",
"grpc": "^1.0.1",
"html-entities": "^1.2.0",
"keypress": "^0.2.1",
"ivona-node": "^0.4.0",
"mysql": "^2.11.1",
"node-record-lpcm16": "^0.2.0",
"npmlog": "^4.0.2",
"request": "^2.75.0",
"setenv": "^1.0.3",
"sleep": "^5.0.0",
"slashes": "^1.0.5",
"sleep-time": "^0.1.0",
"snowboy": "^1.1.0",
"striptags": "^2.1.1",
"tail": "^1.2.1",
"tail-stream": "^0.2.1",
"tty": "^1.0.1",
"xml2json": "^0.10.0",
"youtube-search": "^1.0.6"
},
"devDependencies": {},
"scripts": {
"test": "./adrian.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/TheAdrianProject/AdrianSmartAssistant.git"
},
"keywords": [
"smart",
"assitant"
],
"author": "GergelyAndJamie",
"license": "Apache 2.0",
"bugs": {
"url": "http://www.theadrianproject.com/community/"
},
"homepage": "http://www.theadrianproject.com/"
}