blob: 013975e2616edbc7b98d259df209398cf1e96af7 [file] [log] [blame]
{
"name": "BrowserMap",
"version": "1.4.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.1",
"grunt-karma": "~0.6.2",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-jsdoc": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-qunit-cov": "git+https://raducotescu@github.com/raducotescu/grunt-qunit-cov.git",
"karma-junit-reporter": "~0.1.0",
"karma-qunit": "~0.1.1",
"karma": "~0.10.2",
"jscoverage": "~0.3.8",
"grunt-cli": "~0.1.9",
"karma-phantomjs-launcher": "~0.1.0"
}
}