-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
45 lines (45 loc) · 976 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
45
{
"name": "ackee-tracker",
"version": "5.1.0",
"authors": [
"Tobias Reich <[email protected]>"
],
"description": "Transfer data to Ackee",
"main": "dist/ackee-tracker.min.js",
"module": "src/scripts/main.js",
"keywords": [
"ackee",
"tracking",
"tracker",
"analytics",
"statistics"
],
"scripts": {
"build": "node build.js",
"demo": "http-server -o",
"test": "npm run lint",
"lint": "eslint \"src/**/*.js\""
},
"license": "MIT",
"homepage": "https://github.com/electerious/ackee-tracker",
"repository": {
"type": "git",
"url": "https://github.com/electerious/ackee-tracker.git"
},
"files": [
"dist",
"src"
],
"dependencies": {
"platform": "^1.3.6"
},
"devDependencies": {
"@electerious/eslint-config": "^3.1.0",
"http-server": "^0.12.3",
"rosid-handler-js": "^13.0.2"
},
"eslintConfig": {
"root": true,
"extends": "@electerious/eslint-config"
}
}