forked from SFReactWorkshop/react-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.26 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.26 KB
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
{
"name": "react-tutorial",
"version": "0.0.0",
"description": "CoderCourse.io React Tutorial",
"main": "server.js",
"dependencies": {
"alien-node-api-utils": "0.0.6",
"alien-node-q-utils": "^1.0.2",
"alien-node-winston-utils": "0.0.3",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"body-parser": "^1.4.3",
"config": "^1.19.0",
"express": "^4.4.5",
"moment": "^2.12.0",
"o-validator": "^1.0.1",
"prettycats": "^0.1.1",
"q": "^1.4.1",
"ramda": "^0.19.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"winston": "^2.2.0"
},
"devDependencies": {
"browserify": "^11.2.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-notify": "^2.2.0",
"gulp-util": "^3.0.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js & gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/esthersweon/react"
},
"keywords": [
"react",
"tutorial",
"comment",
"example"
],
"author": "esthersweon & senseiurata",
"homepage": "https://github.com/esthersweon/react",
"engines": {
"node": "0.12.x"
}
}