Dateigrösse: 518 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.1", 11 "homepage": "https://github.com/ded/bowser", 12 "scripts" : [ 13 "src/bowser.js" 14 ], 15 "authors": [ 16 "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)" 17 ], 18 "moduleType": [], 19 "license" : "MIT", 20 "main" : "src/bowser.js", 21 "ignore" : [ 22 "node_modules", 23 "test", 24 "make", 25 "**/.*", 26 "Makefile" 27 ] 28 } 29