blob: 338a1e7e25e1af6e58c4320f1af9ac11fb7d5e07 [file] [log] [blame]
{
"name": "BrowserMap",
"version": "1.3.0",
"description": "YABFDL - yet another browser features detection library",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@github.com:raducotescu/browsermap.git"
},
"author": {
"name": "The Apache DeviceMap team"
},
"license": {
"type": "Apache License",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "0.4.0",
"grunt-karma": "0.4.4",
"grunt-contrib-jshint": "0.1.1",
"grunt-contrib-clean": "0.4.0",
"grunt-contrib-uglify": "0.1.1",
"grunt-jsdoc": "0.2.3",
"grunt-contrib-copy": "0.4.0",
"grunt-contrib-compress": "0.4.0",
"grunt-qunit-cov": "git+https://raducotescu@github.com/raducotescu/grunt-qunit-cov.git"
}
}