forked from ankane/ahoy.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 994 Bytes
/
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
{
"name": "ahoy.js",
"version": "0.3.6",
"homepage": "https://github.com/ankane/ahoy.js",
"description": "Simple, powerful JavaScript analytics",
"main": "dist/ahoy.js",
"module": "dist/ahoy.esm.js",
"scripts": {
"build": "rollup -c",
"lint": "eslint src",
"test": "zuul test/ahoy_test.js",
"test:local": "zuul --local 8080 test/ahoy_test.js"
},
"dependencies": {
"object-to-formdata": "^4.0.0"
},
"keywords": [
"analytics",
"locations",
"referral"
],
"authors": [
"ankane"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ankane/ahoy.js"
},
"files": [
"dist"
],
"devDependencies": {
"eslint": "^5.16.0",
"faux-jax": "^5.0.6",
"js-cookie": "^2.2.0",
"rollup": "^1.12.0",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-uglify": "^6.0.2",
"tape": "^4.10.1"
}
}