Dateigrösse: 709 bytes
1 { 2 "name" : "bowser", 3 "description": "a browser detector", 4 "keywords" : [ 5 "ender", 6 "browser", 7 "sniff", 8 "detection" 9 ], 10 "version" : "1.4.5", 11 "homepage" : "https://github.com/ded/bowser", 12 "author" : "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)", 13 "main" : "./src/bowser.js", 14 "repository": { 15 "type": "git", 16 "url" : "git+https://github.com/ded/bowser.git" 17 }, 18 "devDependencies": { 19 "smoosh": "*", 20 "mocha" : "*" 21 }, 22 "bugs": { 23 "url": "https://github.com/ded/bowser/issues" 24 }, 25 "directories": { 26 "test": "test" 27 }, 28 "scripts": { 29 "test" : "make test", 30 "prepublish": "make boosh" 31 }, 32 "license": "MIT" 33 } 34