-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.74 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
{
"name": "rakam-js",
"author": "Rakam <[email protected]>",
"version": "2.6.0",
"license": "MIT",
"description": "Javascript library for Rakam Analytics",
"keywords": [
"analytics",
"rakam"
],
"repository": {
"type": "git",
"url": "https://github.com/buremba/rakam-javascript.git"
},
"main": "lib/rakam.js",
"dependencies": {
"ifvisible.js": "1.0.4",
"md5": "2.2.1",
"object-merge": "2.5.1",
"top-domain": "0.0.6"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/runtime": "^7.3.4",
"chai": "^4.1.2",
"date-fns": "^1.30.1",
"express": "^4.16.2",
"fs-extra": "^4.0.2",
"jsdoc": "^3.6.3",
"jshint": "^2.9.6",
"karma": "^4.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sauce-launcher": "^2.0.2",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"mocha": "^4.0.1",
"prettier": "^1.16.4",
"requirejs": "^2.3.6",
"rollup": "^1.4.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-legacy": "^1.0.0",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-uglify": "^6.0.2",
"sinon": "^7.0.0",
"uglify-js": "^2.0.0"
},
"scripts": {
"test": "make test",
"build": "make",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
}
}