-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.25 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
{
"name": "react-flux-flow-webpack-jest-es6",
"version": "1.0.1",
"description": "React-Flux Starter Kit",
"main": "webpack.config.js",
"repository": {
"type": "git",
"url": "https://github.com/msalia/react-flux-flow-webpack-jest-es6"
},
"scripts": {
"test": "jest"
},
"keywords": [
"react",
"flux",
"flow",
"webpack",
"jest",
"es6",
"starter kit"
],
"jest": {
"testFileExtensions": [
"js"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules"
],
"scriptPreprocessor": "jest-preprocessor.js"
},
"author": {
"name": "Mukund Salia",
"email": "[email protected]",
"url": "http://www.student.cs.uwaterloo.ca/~msalia"
},
"dependencies": {
"classnames": "^2.2.1",
"fbemitter": "^2.0.0",
"fbjs": "^0.5.1",
"flux": "^2.1.1",
"invariant": "^2.2.0",
"jsx-loader": "^0.13.2",
"keymirror": "^0.1.1",
"object-assign": "^4.0.1",
"path": "^0.12.7",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"webpack": "^1.12.9"
},
"devDependencies": {
"babel-jest": "5.3.0",
"flowcheck": "^0.2.7",
"flowcheck-loader": "^1.0.0",
"jest-cli": "^0.8.1",
"jest-webpack-alias": "^2.0.0"
},
"license": "MIT"
}