-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
48 lines (48 loc) · 1.31 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
{
"name": "alexa-plex",
"version": "1.0.0",
"description": "Alexa (Amazon Echo) app for interacting with a Plex Server and controlling client playback",
"main": "index.js",
"scripts": {
"test": "grunt coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/OverloadUT/alexa-plex"
},
"author": "Greg \"OverloadUT\" Laabs <OverloadUT@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OverloadUT/alexa-plex/issues"
},
"homepage": "https://github.com/OverloadUT/alexa-plex",
"devDependencies": {
"aws-sdk": "^2.2.20",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"coveralls": "^2.11.2",
"dynalite": "^0.17.1",
"grunt": "^0.4.5",
"grunt-aws-lambda": "^0.11.0",
"grunt-jsdoc": "^1.1.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-mocha-test": "^0.12.7",
"grunt-shell": "^1.1.2",
"ink-docstrap": "^1.1.0",
"istanbul": "^0.4.0",
"mocha": "^2.2.5",
"npm": "^3.3.5",
"proxyquire": "^1.5.0",
"sinon": "^1.15.4",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"alexa-app": "OverloadUT/alexa-app#develop",
"clj-fuzzy": "^0.3.1",
"dotenv": "^1.2.0",
"plex-api": "OverloadUT/node-plex-api#develop",
"plex-api-pinauth": "^0.1.0",
"q": "^1.4.1"
}
}