-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
93 lines (93 loc) · 2.64 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "digital-data-manager",
"description": "The hassle-free way to integrate Digital Data Layer on your website.",
"author": "Driveback LLC <[email protected]>",
"version": "1.2.262",
"license": "MIT",
"main": "dist/segmentstream.js",
"scripts": {
"start": "nps",
"test": "nps test",
"lint": "standard",
"build": "nps build",
"dist": "nps build.prod",
"build-test": "nps buildTest",
"mocha": "nps mocha",
"lint-fix": "standard --fix"
},
"standard": {
"env": [
"mocha",
"chai"
]
},
"repository": {
"type": "git",
"url": "https://github.com/driveback/digital-data-manager"
},
"bugs": {
"url": "https://github.com/driveback/digital-data-manager/issues"
},
"homepage": "https://github.com/driveback/digital-data-manager",
"browser": "./mocha.js",
"browserify": {
"transform": [
"babelify"
]
},
"devDependencies": {
"@babel/core": "^7.5.5",
"assert": "^2.0.0",
"babel": "^6.1.18",
"babel-cli": "^6.26.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.1.18",
"babel-plugin-transform-es3-property-literals": "^6.1.18",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-object-set-prototype-of-to-assign": "^6.1.18",
"babel-plugin-transform-proto-to-assign": "^6.26.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babelify": "^7.2.0",
"bowser": "^2.5.3",
"browserify": "^16.5.0",
"chai": "^4.2.0",
"exorcist": "^0.4.0",
"google-closure-compiler": "^20180805.0.0",
"grunt": "^1.0.4",
"grunt-aws-s3": "^2.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-wrap": "^0.3.1",
"karma": "^1.7.1",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "^5.3.0",
"karma-chrome-launcher": "2.2.0",
"karma-firefox-launcher": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.2.0",
"mocha": "^3.5.3",
"nps": "^5.9.5",
"nps-utils": "^1.7.0",
"puppeteer": "^1.19.0",
"sinon": "6.1.4",
"standard": "^12.0.1",
"uglifyify": "^3.0.1"
},
"dependencies": {
"@segmentstream/utils": "^1.0.12",
"async": "2.1.1",
"component-emitter": "1.1.3",
"core-js": "^2.6.9",
"crypto-js": "^3.1.9-1",
"js-cookie": "^2.2.1",
"lockr": "^0.8.5",
"promise-polyfill": "8.0.0",
"ua-parser-js": "^0.7.20",
"uuid": "^3.3.3",
"whatwg-fetch": "^2.0.4"
}
}