Skip to content

Commit

Permalink
Add bower config file
Browse files Browse the repository at this point in the history
  • Loading branch information
unDemian committed May 11, 2015
1 parent 17f0999 commit 952986b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "fingerprintjs2",
"version": "0.1.0",
"homepage": "https://github.com/Valve/fingerprintjs2",
"description": "Modern & flexible browser fingerprinting library",
"main": "dist/fingerprint2.js",
"moduleType": [
"es6"
],
"keywords": [
"fingerprinting"
],
"authors": [
"Valentin Vasilev"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 952986b

Please sign in to comment.