-
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.74 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.74 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": "integration-tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "babel-tape-runner tests/**/*-test.js | tap-spec",
"test-one": "babel-tape-runner "
},
"repository": {
"type": "git",
"url": "git+https://github.com/FoxComm/integration-tests.git"
},
"author": "",
"bugs": {
"url": "https://github.com/FoxComm/integration-tests/issues"
},
"homepage": "https://github.com/FoxComm/integration-tests#readme",
"dependencies": {
"@foxcomm/api-js": "^1.1.0",
"faker": "^3.1.0",
"lodash": "^4.17.2",
"supertest": "^2.0.1",
"tap": "^8.0.1",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"tape-async": "^2.1.1",
"tape-catch": "^1.0.6"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-eslint": "^7.1.1",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-class-properties": "^6.9.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-plugin-typecheck": "github:anru/babel-plugin-typecheck#dont-throw-2",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"babel-runtime": "^6.9.2",
"babel-tape-runner": "^2.0.1",
"babel-traverse": "^6.9.0",
"blue-tape": "^1.0.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-no-console-log": "^2.0.0",
"eslint-plugin-react": "^6.8.0",
"faucet": "^0.0.1"
}
}