-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "brewser",
"version": "0.5.1",
"description": "Device and browser detection",
"main": "dist/brewser.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/handcraftedLDN/brewser.git"
},
"keywords": [
"javascript",
"browser",
"device",
"useragent",
"mobile",
"tablet",
"desktop",
"capabilities",
"screen",
"utility",
"modernizr"
],
"author": "Robert Pataki",
"license": "GPL",
"bugs": {
"url": "https://github.com/handcraftedLDN/brewser/issues"
},
"homepage": "https://github.com/handcraftedLDN/brewser#readme",
"devDependencies": {
"bower": "^1.4.1",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-gh-pages": "^0.5.4",
"gulp-jshint": "^1.11.2",
"gulp-json-transform": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^2.0.1"
},
"pnpm": {
"overrides": {
"graceful-fs": "^4.2.11"
}
}
}