UNPKG

machinider

Version:
36 lines (35 loc) 726 B
{ "name": "machinider", "version": "1.0.1", "description": "Generate machine identifier", "keywords": [ "string", "machine", "identifier" ], "main": "index.js", "license": "BSD-3-Clause", "author": { "name": "Boris Ceranic", "email": "me@sosko.in.rs", "url": "https://sosko.in.rs/" }, "repository": { "type": "git", "url": "https://github.com/borisceranic/machinider.git" }, "scripts": { "test": "gulp test" }, "devDependencies": { "gulp": "^3.9.0", "gulp-browserify": "^0.5.1", "gulp-mocha-phantomjs": "^0.10.1", "gulp-rename": "^1.2.2", "mocha": "^2.3.3", "should": "^7.1.1" }, "dependencies": { "fingerprintjs": "^0.5.3" } }