forked from ftlabs/screens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.66 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
64
65
{
"name": "screens",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "./bin/www",
"postinstall": "bower install && gulp build",
"build": "gulp build",
"unittests": "mocha ./tests/unit",
"integrationtests": "wdio",
"test": "npm run unittests"
},
"dependencies": {
"basic-auth": "^1.0.4",
"body-parser": "^1.12.0",
"bower": "1.4.1",
"chai": "^3.4.1",
"cheerio": "^0.22.0",
"cookie": "^0.2.0",
"cookie-parser": "^1.3.4",
"debug": "^2.1.1",
"denodeify": "^1.2.1",
"dotenv": "^1.2.0",
"express": "^4.12.2",
"express-ftwebservice": "^2.1.2",
"express-handlebars": "^2.0.1",
"fetch-er": "0.0.10",
"ftlabs-screens-carousel": "github:ftlabs/screens-carousel#v1.0.9",
"ftlabs-screens-viewer": "^3.3.0",
"gulp": "latest",
"htmlparser": "^1.7.7",
"image-type": "^2.1.0",
"is-url-superb": "^2.0.0",
"lodash": "^3.10.1",
"lodash.curry": "^3.0.2",
"lodash.debounce": "^4.0.6",
"lru-cache": "^2.6.5",
"mocha": "^2.3.3",
"mockery": "^1.4.0",
"moment": "^2.10.6",
"morgan": "^1.5.1",
"node-fetch": "^1.3.2",
"node-uuid": "^1.4.3",
"origami-build-tools": "^4.4.0",
"query-string": "^2.4.0",
"raven": "^0.9.0",
"redis": "^2.4.2",
"request": "^2.67.0",
"s3o-middleware": "^1.1.0",
"serve-favicon": "^2.2.0",
"showdown": "^1.2.2",
"simplewebrtc": "^1.19.1",
"sinon": "^1.17.2",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7"
},
"engines": {
"node": "6.11.x"
},
"devDependencies": {
"chai-as-promised": "^5.2.0",
"selenium-standalone": "^4.8.0",
"webdriverio": "^3.3.0"
}
}