forked from segmentio/analytics.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 728 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 728 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": "analytics.js",
"author": "Segment.io <friends@segment.io>",
"version": "2.11.0",
"license": "MIT",
"description": "The hassle-free way to integrate analytics into any web application.",
"keywords": [
"analytics",
"analytics.js",
"segment",
"segment.io"
],
"repository": {
"url": "https://github.com/segmentio/analytics.js.git",
"type": "git"
},
"engines": {
"node": ">=0.12.0"
},
"main": "analytics.js",
"scripts": {
"test": "make test"
},
"dependencies": {},
"devDependencies": {
"duo": "^0.12.0",
"standard": "^8.6.0",
"uglify-js": ">= 1.3.4"
},
"standard": {
"ignore": [
"analytics.js",
"analytics.min.js"
]
}
}