Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81979f commit e8215b8Copy full SHA for e8215b8
package.json
@@ -3,10 +3,6 @@
3
"version": "0.0.0",
4
"description": "Isomorphic React Example",
5
"main": "app.js",
6
- "engines": {
7
- "node": "~0.10.20",
8
- "npm": "~1.3.11"
9
- },
10
"scripts": {
11
"watch": "watchify app.js -o public/js/bundle.js -v",
12
"browserify": "browserify app.js | uglifyjs > public/js/bundle.js",
@@ -18,7 +14,7 @@
18
14
"dependencies": {
19
15
"express": "~4.9.7",
20
16
"express-handlebars": "~1.1.0",
21
- "mongoose": "^3.8.17",
17
+ "mongoose": "^3.8.23",
22
"node-jsx": "~0.11.0",
23
"ntwitter": "^0.5.0",
24
"react": "~0.11.2",
0 commit comments