-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 933 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 933 Bytes
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
{
"name": "ht-webtracking-sdk",
"version": "0.0.35",
"description": "hyperTrack webtracking",
"main": "dist/track.js",
"typings": "dist/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"dev": "webpack --config webpack.config.js -w"
},
"keywords": [
"HyperTrack",
"webtracking"
],
"author": "Gaurav Mukherjee",
"license": "ISC",
"devDependencies": {
"@types/node": "^7.0.22",
"ts-loader": "^2.0.3",
"typescript": "^2.2.2",
"url-loader": "^0.5.8",
"webpack": "^2.3.3"
},
"dependencies": {
"@types/googlemaps": "^3.26.8",
"@types/moment": "^2.13.0",
"@types/underscore": "^1.8.0",
"google-maps": "^3.2.1",
"googlemaps-js-rich-marker": "^1.0.2",
"jquery": "^3.2.1",
"moment": "^2.18.1",
"time-aware-polyline": "^0.1.18",
"underscore": "^1.8.3"
}
}