This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
71 lines (71 loc) · 1.9 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
64
65
66
67
68
69
70
71
{
"name": "gemini-react",
"version": "0.11.1",
"description": "Wrapper, which simplifies writing gemini tests for react components",
"main": "index.js",
"scripts": {
"test": "istanbul test --include-all-sources _mocha",
"lint": "eslint .",
"precommit": "npm run lint",
"commitmsg": "commitlint -x @commitlint/config-angular --edit",
"release": "standard-version",
"github-release": "conventional-github-releaser"
},
"author": "Sergey Tatarintsev <[email protected]> (https://github.com/SevInf)",
"license": "MIT",
"bin": {
"gemini-react-server": "bin/gemini-react-server"
},
"peerDependecies": {
"gemini": ">= 4.7.2",
"react": "15.x",
"react-dom": "15.x",
"webpack": "1.x"
},
"devDependencies": {
"@commitlint/cli": "^4.2.2",
"@commitlint/config-angular": "^4.2.1",
"chai": "^4.0.0",
"conventional-github-releaser": "^1.1.3",
"eslint": "^3.2.2",
"eslint-config-gemini-testing": "^2.2.0",
"gemini": "^4.4.4",
"husky": "^0.14.3",
"istanbul": "^0.4.5",
"jsdom": "^9.8.3",
"jsdom-global": "^2.1.0",
"mocha": "^3.1.2",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"sinon": "^2.0.0",
"standard-version": "^4.0.0",
"webpack": "^1.13.1"
},
"dependencies": {
"commander": "^2.9.0",
"debug": "^3.0.0",
"express": "^4.14.0",
"ignore-styles": "^5.0.1",
"lodash": "^4.16.4",
"mkdirp": "^0.5.1",
"promisify-node": "^0.4.0",
"rimraf": "^2.5.4",
"server-destroy": "^1.0.1",
"webpack-dev-middleware": "^1.8.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/researchgate/gemini-react.git"
},
"keywords": [
"gemini-plugin",
"gemini",
"react",
"test",
"testing"
],
"bugs": {
"url": "https://github.com/researchgate/gemini-react/issues"
},
"homepage": "https://github.com/researchgate/gemini-react#readme"
}