-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "thinking-in-react",
"version": "3.1.2",
"description": "Thinking in React workshopper",
"bin": "./index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/asbjornenge/thinking-in-react.git"
},
"keywords": [
"react",
"workshopper",
"workshopper-module"
],
"author": "Asbjorn Enge <asbjorn@hanafjedle.net>",
"license": "BSD",
"bugs": {
"url": "https://github.com/asbjornenge/thinking-in-react/issues"
},
"homepage": "https://github.com/asbjornenge/thinking-in-react",
"dependencies": {
"babel": "^5.8.23",
"babelify": "^6.3.0",
"blessed": "0.0.37",
"browserify": "^11.1.0",
"chalk": "^0.4.0",
"concat-stream": "^1.4.5",
"envify": "^1.2.1",
"jsdom": "^7.0.2",
"mocha": "^1.19.0",
"react": "^15.1.0",
"react-addons-test-utils": "^15.1.0",
"react-dom": "^15.1.0",
"workshopper": "git://github.com/rvagg/workshopper.git#cef8219ca2919964113c6daedd78a5db8404051b",
"workshopper-exercise": "^0.2.3",
"workshopper-wrappedexec": "^0.1.1"
}
}