Skip to content

Commit

Permalink
published to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jackspirou committed Sep 13, 2015
1 parent 4ff42df commit c441935
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,29 @@
"name": "clientjs",
"repository": {
"type": "git",
"url": "https://github.com/jackspirou/clientjs.git"
"url": "git+https://github.com/jackspirou/clientjs.git"
},
"description": "Simple nodejs, travis and grunt lint testing",
"description": "Device information and digital fingerprinting written in pure JavaScript.",
"author": "Jack Spirou",
"version": "0.1.5",
"devDependencies": {
"grunt": "~0.3.17"
},
"scripts": {
"test": "grunt travis --verbose --force"
}
},
"bugs": {
"url": "https://github.com/jackspirou/clientjs/issues"
},
"homepage": "https://github.com/jackspirou/clientjs#readme",
"main": "grunt.js",
"keywords": [
"browser",
"fingerprint",
"client",
"info",
"pure",
"javascript"
],
"license": "GPL-3.0"
}

0 comments on commit c441935

Please sign in to comment.