This repository was archived by the owner on Mar 20, 2018. It is now read-only.
forked from emartech/suite-js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.61 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.61 KB
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
{
"name": "suite-js-sdk",
"description": "",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --harmony --require co-mocha $(find . -name \"*.spec.js\" -not -path \"./node_modules/*\")",
"code-style": "eslint $(find . -name \"*.js\" -not -path \"./node_modules/*\")",
"validate-commit-msg": "validate-commit-msg",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"release": {
"verifyConditions": {
"path": "./node_modules/semantic-release/dist/lib/plugin-noop.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/emartech/suite-js-sdk.git"
},
"author": "Viktor Somodi <viktor.somodi@emarsys.com>",
"license": "isc",
"bugs": {
"url": "https://github.com/emartech/suite-js-sdk/issues"
},
"pre-commit": [
"code-style",
"validate-commit-msg"
],
"homepage": "https://github.com/emartech/suite-js-sdk",
"dependencies": {
"co-request": "1.0.0",
"escher-auth": "0.2.9",
"escher-keypool": "1.2.1",
"escher-suiteapi-js": "8.0.0",
"flat": "2.0.0",
"lodash": "4.7.0",
"logentries-logformat": "0.1.4",
"moment-timezone": "0.5.3",
"node-cache": "3.2.1",
"sprintf-js": "1.0.3"
},
"devDependencies": {
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"chai-subset": "1.2.2",
"co-mocha": "1.1.2",
"eslint": "2.6.0",
"eslint-config-emarsys": "4.0.0",
"mocha": "2.4.5",
"nock": "7.7.3",
"pre-commit": "1.1.2",
"semantic-release": "4.3.5",
"sinon": "1.17.3",
"sinon-chai": "2.8.0",
"validate-commit-message": "3.0.1"
}
}