-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.21 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
{
"name": "self-serve-partners-template",
"version": "1.0.0",
"description": "A complete self-serve partner development package for Index Exchange's wrapper.",
"private": true,
"author": "Index Exchange",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"test": "jasmine",
"debug": "node ./node_modules/adapter-development-suite/bin/index.js",
"win-debug": "node .\\node_modules\\adapter-development-suite\\bin\\index.js",
"lint": "node ./node_modules/eslint/bin/eslint.js --ignore-path=./.eslintignore .",
"win-lint": "node .\\node_modules\\eslint\\bin\\eslint.js --ignore-path=.\\.eslintignore ."
},
"devDependencies": {
"adapter-development-suite": "git+https://github.com/indexexchange/adapter-development-suite.git",
"eslint": "^4.13.1",
"eslint-config-adapters": "git+https://github.com/indexexchange/eslint-config-adapters.git",
"mock-browser": "^0.92.14"
},
"dependencies": {
"chai": "^4.0.2",
"chai-spies": "^0.7.1",
"jasmine": "^2.6.0",
"jsonfile": "^4.0.0",
"parse-json": "^4.0.0",
"path": "^0.12.7",
"proxyquire": "^1.8.0",
"schema-inspector": "^1.6.8",
"sinon": "^4.1.3",
"sinon-chai": "^2.14.0",
"typeof": "^1.0.0"
}
}