-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.58 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.58 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "react-me",
"version": "1.0.0",
"description": "React Example Application",
"main": "src/server/index.js",
"scripts": {
"postinstall": "gulp build",
"start": "node src/server/index.js",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cwilgenhoff/react-me.git"
},
"keywords": [
"react",
"node",
"express",
"pouchdb",
"couchdb",
"webpack"
],
"author": "@wil_js <cpwilgenhoff@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cwilgenhoff/react-me/issues"
},
"homepage": "https://github.com/cwilgenhoff/react-me#readme",
"devDependencies": {
"babel": "^5.8.29",
"babel-plugin-rewire": "^0.1.22",
"browser-sync": "^2.9.11",
"chai": "^3.4.0",
"gulp-live-server": "0.0.29",
"gulp-mocha": "^2.1.3",
"gulp-watch": "^4.3.5",
"jsdom": "^7.0.2",
"mocha": "^2.3.3",
"object-assign": "^2.0.0",
"react-tools": "^0.13.1",
"rewire": "^2.3.4",
"rewire-webpack": "^1.0.0",
"sinon": "^1.17.2"
},
"dependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"gulp-load-plugins": "^1.0.0",
"gulp-size": "^2.0.0",
"gulp-uglifyjs": "^0.6.2",
"gulp-util": "^3.0.7",
"gulp-webpack": "^1.5.0",
"webpack": "^1.12.2",
"body-parser": "^1.14.1",
"compression": "^1.6.0",
"cors": "^2.7.1",
"express": "^4.13.3",
"jquery": "^2.1.4",
"pouchdb": "^5.0.0",
"react": "^0.13.1",
"react-router": "^0.13.2",
"reflux": "^0.2.7"
}
}