fpcollect
Version:
Fingerprinting script of the Fingerprint-Scanner library
33 lines (32 loc) • 908 B
JSON
{
"name": "fpcollect",
"version": "1.0.5",
"description": "Fingerprinting script of the Fingerprint-Scanner library",
"main": "dist/fpCollect.min.js",
"scripts": {
"build": "WEBPACK_ENV=build webpack",
"dev": "WEBPACK_ENV=dev webpack --progress --colors --watch",
"test": "mocha --recursive test"
},
"repository": {
"type": "git",
"url": "https://github.com/antoinevastel/fp-collect.git"
},
"keywords": [],
"author": "antoinevastel <antoine.vastel@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/antoinevastel/fp-collect/issues"
},
"homepage": "https://github.com/antoinevastel/fp-collect",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"mocha": "^5.0.1",
"puppeteer": "^1.0.0",
"webpack": "^3.11.0"
}
}