-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.71 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
63
{
"name": "plex-requests",
"version": "0.1.0",
"description": "",
"main": "lib/index.js",
"dependencies": {
"async": "~1.5.0",
"bcryptjs": "~2.3.0",
"boom": "~3.1.2",
"calibrate": "~3.0.0",
"confidence": "~1.4.2",
"fs-extra": "~0.26.2",
"glue": "~3.2.0",
"good": "~6.6.0",
"good-console": "~5.3.1",
"good-file": "~5.1.1",
"hapi": "~13.0.0",
"hapi-auth-jwt2": "~5.4.1",
"history": "^2.0.0",
"hoek": "~3.0.4",
"inert": "^3.2.0",
"joi": "~8.0.1",
"jsonwebtoken": "~5.7.0",
"leveldown": "~1.4.2",
"linvodb3": "~3.13.0",
"needle": "~1.0.0",
"omdb": "~0.5.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^2.0.0",
"xml2js": "~0.4.15"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"code": "~2.1.0",
"codecov": "~1.0.1",
"cross-env": "~1.0.7",
"eslint-config-hapi": "~9.1.0",
"eslint-plugin-hapi": "~4.0.0",
"eslint-plugin-react": "^4.1.0",
"html-webpack-plugin": "^2.9.0",
"lab": "~9.0.0",
"nock": "~7.2.1",
"nodemon": "~1.8.1",
"opn-cli": "~3.1.0",
"rewire": "~2.5.1",
"trash-cli": "^1.2.0",
"webpack": "^1.12.13"
},
"scripts": {
"start": "cross-env webpack & nodemon lib/start.js",
"test": "cross-env TESTING_ENV=true lab -a code -L",
"clean": "trash databases_test/* config/testing.settings.json",
"coverage": "cross-env lab -a code -r html -L -o coverage/coverage.html -r lcov -o coverage/lcov.info && opn coverage/coverage.html --no-wait",
"codecov": "codecov"
},
"keywords": [],
"author": "Mikhail Delport",
"license": "MIT"
}