forked from felin-arch/emarsys-integration-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.34 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
{
"name": "emarsys-integration-js",
"version": "1.2.0",
"description": "",
"main": "index.js",
"dependencies": {
"emarsys-integration-client": "1.11.0"
},
"devDependencies": {
"babel-core": "6.8.0",
"babel-loader": "6.2.4",
"babel-polyfill": "6.8.0",
"babel-preset-es2015": "6.6.0",
"boar-tasks-client": "4.3.0",
"boar-tasks-server": "5.1.0",
"eslint": "4.18.2",
"eslint-config-emarsys": "4.0.0",
"exports-loader": "0.6.3",
"gulp": "3.9.1",
"imports-loader": "0.6.5",
"jquery": "3.4.0",
"json-loader": "0.5.4",
"karma-phantomjs-shim": "1.4.0",
"lodash": "4.17.15",
"node-static": "0.7.7",
"pre-commit": "1.1.2",
"q": "1.4.1",
"run-sequence": "1.1.5",
"validate-commit-message": "3.0.1",
"yargs": "4.7.0"
},
"engines": {
"node": "6.10.3"
},
"scripts": {
"test": "gulp test",
"code-style": "gulp client-codestyle",
"validate-commit-msg": "validate-commit-msg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emartech/emarsys-integration-js.git"
},
"author": "Emarsys",
"license": "MIT",
"bugs": {
"url": "https://github.com/emartech/emarsys-integration-js/issues"
},
"homepage": "https://github.com/emartech/emarsys-integration-js#readme",
"pre-commit": [
"code-style",
"validate-commit-msg"
]
}