-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.43 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
{
"name": "react-redux-terminal",
"version": "0.2.1",
"description": "React based terminal UI component",
"main": "index.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "mocha --compilers js:babel-register test/.setup.js test/spec/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phpingme/react-redux-terminal.git"
},
"keywords": [
"react",
"redux",
"terminal"
],
"author": "Seva Dolgopolov",
"license": "MIT",
"bugs": {
"url": "https://github.com/phpingme/react-redux-terminal/issues"
},
"homepage": "https://github.com/phpingme/react-redux-terminal#readme",
"dependencies": {
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-payload-promise": "^0.0.1"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^2.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.1",
"eslint-plugin-mocha": "^2.2.0",
"eslint-plugin-react": "^5.1.1",
"expect": "^1.20.1",
"jsdom": "^9.1.0",
"mocha": "^2.4.5",
"react-addons-test-utils": "^15.0.2",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}