-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
33 lines (33 loc) · 870 Bytes
/
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
{
"name": "express-device",
"author": "Rodrigo Guerreiro (@rguerreiro)",
"description": "Browser detection library, built on top of express",
"keywords": ["browser","mobile","detection","user-agent","useragent","express","layout","view routing","desktop","phone","tablet","tv","bot","car","responsive design","parsing"],
"version": "0.4.2",
"main": "./index.js",
"private": false,
"engines": {
"node": ">=0.10"
},
"dependencies": {
"device": ">=0.3.1",
"express-partials": "0.3.0"
},
"devDependencies": {
"body-parser": "*",
"cookie-parser": "*",
"ejs": "*",
"express": ">=4.x.x",
"method-override": "*",
"mocha": "*",
"supertest": "*"
},
"scripts": {
"test": "mocha"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rguerreiro/express-device.git"
}
}