Skip to content

Commit c441935

Browse files
committed
published to npm
1 parent 4ff42df commit c441935

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,29 @@
22
"name": "clientjs",
33
"repository": {
44
"type": "git",
5-
"url": "https://github.com/jackspirou/clientjs.git"
5+
"url": "git+https://github.com/jackspirou/clientjs.git"
66
},
7-
"description": "Simple nodejs, travis and grunt lint testing",
7+
"description": "Device information and digital fingerprinting written in pure JavaScript.",
88
"author": "Jack Spirou",
99
"version": "0.1.5",
1010
"devDependencies": {
1111
"grunt": "~0.3.17"
1212
},
1313
"scripts": {
1414
"test": "grunt travis --verbose --force"
15-
}
15+
},
16+
"bugs": {
17+
"url": "https://github.com/jackspirou/clientjs/issues"
18+
},
19+
"homepage": "https://github.com/jackspirou/clientjs#readme",
20+
"main": "grunt.js",
21+
"keywords": [
22+
"browser",
23+
"fingerprint",
24+
"client",
25+
"info",
26+
"pure",
27+
"javascript"
28+
],
29+
"license": "GPL-3.0"
1630
}

0 commit comments

Comments
 (0)