fiftyonedegreescore
Version:
51degrees device detection for nodejs
27 lines (26 loc) • 827 B
JSON
{
"name": "fiftyonedegreescore",
"version": "3.2.24",
"description": "51degrees device detection for nodejs",
"main": "fiftyonedegreescore.js",
"scripts": {
"test": "mocha test.js --pattern",
"preinstall": "node versionCheck.js",
"install": "node-gyp configure && node-gyp build"
},
"repository": {
"type": "git",
"url": "git@github.com:51Degrees/Device-Detection.git"
},
"author": "51Degrees <support@51Degrees.com>",
"license": "MPL-2.0",
"gypfile": true,
"bugs": {
"url": "https://github.com/51Degrees/Device-Detection/issues"
},
"devDependencies": {
"fiftyonedegreeslitepattern": ">=3.2.21",
"fiftyonedegreeslitetrie": ">=3.2.21"
},
"homepage": "https://github.com/51Degrees/Device-Detection"
}