-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 877 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
{
"name": "analytics.js-integration-parsely",
"description": "The Parsely analytics.js integration.",
"author": "Parsely <[email protected]>",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=2.7.0"
},
"repository": {
"url": "https://github.com/segment-integrations/analytics.js-integration-parsely.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/segment-integrations/analytics.js-integration-parsely/issues"
},
"homepage": "https://segment.com/docs/integrations/parsely/",
"dependencies": {},
"devDependencies": {
"duo": "0.12.x",
"duo-test": "0.2.x",
"eslint": "0.x",
"eslint-config-segment": "^1.0.10",
"mocha": "^2.2.5",
"mocha-phantomjs": "segmentio/mocha-phantomjs#master",
"phantomjs": "^1.9.17"
}
}