-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "react-testing",
"version": "1.0.0",
"description": "A simple Twitter client that demonstrates various React testing tools",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "http://github.com/robertknight/react-testing.git"
},
"author": "Robert Knight <robertknight@gmail.com>",
"license": "ISC",
"dependencies": {
"classnames": "^1.2.0",
"cors": "^2.5.3",
"express": "^4.12.3",
"flummox": "^3.1.1",
"q": "^1.2.0",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"twit": "^1.1.20"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-transform-react-jsx": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.3.13",
"chai": "^2.1.2",
"gulp": "^3.8.11",
"htmlparser": "^1.7.7",
"isomorphic-fetch": "^2.2.0",
"jsdom": ">=4.0.2",
"mocha": "^2.2.1",
"mocha-loader": "^0.7.1",
"null-loader": "^0.1.1",
"react-addons-test-utils": "^0.14.6",
"rewire": "^2.5.1",
"rewire-webpack": "^1.0.1",
"rx": "^2.4.3",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.7.0"
}
}