forked from w3c/Mobile-Checker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "mobile-checker",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/w3c/Mobile-Checker.git"
},
"dependencies": {
"binary-reader":"0.1.2",
"compression": "1.0.11",
"css": "2.1.0",
"easyimage": "1.0.2",
"effective-domain-name-parser": "0.0.1",
"ejs": "1.0.0",
"express": "4.4.1",
"headless": "0.2.1",
"image-headers":"0.3.3",
"insafe": "^0.3.0",
"intl": "^0.1.4",
"ip": "0.3.1",
"media-type": "0.1.0",
"metaviewport-parser": "^0.0.1",
"mkdirp": "0.5.0",
"mobile-web-browser-emulator": "0.0.6",
"node-uuid": "1.4.8",
"q": "1.0.1",
"request": "^2.83.0",
"jsonschema": "^1.0.1",
"socket.io": "1.0.4"
},
"devDependencies": {
"coveralls": "^2.11.2",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
"jsdom": "4.0.4",
"mocha": "^2.2.5"
},
"scripts": {
"coverage": "istanbul cover _mocha",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"start": "node app.js",
"test": "mocha --timeout 20000 --globals Intl,IntlPolyfill,ErrorHandler"
}
}