forked from jackspirou/clientjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.65 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "clientjs",
"version": "0.1.11",
"homepage": "https://clientjs.org",
"repository": {
"type": "git",
"url": "git://github.com/jackspirou/clientjs.git"
},
"description": "Device information and digital fingerprinting written in pure JavaScript.",
"keywords": [
"browser",
"fingerprint",
"client",
"info",
"pure",
"javascript"
],
"author": "Jack Spirou <[email protected]> (http://twitter.com/jack_spirou)",
"contributors": [
{
"name": "Jack Spirou",
"url": "http://twitter.com/jack_spirou",
"email": "[email protected]"
},
{
"name": "Daniel Montoya",
"url": "http://twitter.com/dsmontoya",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/jackspirou/clientjs/issues"
},
"scripts": {
"postinstall": "node scripts/install.js",
"test": "node scripts/test.js",
"posttest": "./node_modules/karma/bin/karma start karma/aircover.conf.js",
"prepublish": "./node_modules/gulp/bin/gulp.js"
},
"main": "dist/client.min.js",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-closure-compiler": "^0.4.0",
"jasmine-core": "~2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "~0.2.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "~0.1.7",
"karma-jasmine": "^0.3.6",
"karma-opera-launcher": "~0.3.0",
"karma-phantomjs-launcher": "^0.2.3",
"karma-safari-launcher": "~0.1.1",
"karma-sauce-launcher": "^0.3.0",
"phantomjs": "^1.9.19"
},
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
}