-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 3.32 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "mydrive7",
"version": "0.0.1",
"description": "A template for fullstack react applications with gulp and browserify",
"main": "index.js",
"scripts": {
"start": "node server/app.js",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/urban-boa/react-fullstack.git"
},
"dependencies": {
"bluebird": "^2.9.4",
"body-parser": "^1.5.2",
"composable-middleware": "^0.3.0",
"compression": "~1.0.1",
"connect-mongo": "^0.4.1",
"cookie-parser": "^1.3.3",
"cookies-js": "^1.2.0",
"csurf": "^1.6.6",
"csv": "^0.4.1",
"debug": "^2.1.1",
"ejs": "~0.8.4",
"errorhandler": "~1.0.0",
"express": "~4.0.0",
"express-jwt": "^0.1.3",
"express-session": "~1.0.2",
"fetcher": "^0.2.0",
"flux": "^2.0.1",
"flux-router-component": "^0.5.8",
"fluxible": "^0.2.1",
"fluxible-plugin-fetchr": "^0.2.3",
"fluxible-plugin-routr": "^0.3.0",
"googleapis": "^1.1.3",
"gulp-env": "^0.2.0",
"jquery-browserify": "^1.8.1",
"jsonwebtoken": "^0.3.0",
"keymirror": "^0.1.1",
"lodash": "~2.4.1",
"method-override": "~1.0.0",
"mongoose": "~3.8.8",
"morgan": "~1.0.0",
"node-jsx": "^0.12.4",
"object-assign": "^2.0.0",
"p": "^0.2.0",
"passport": "~0.2.0",
"passport-facebook": "latest",
"passport-google-oauth": "latest",
"passport-local": "~0.1.6",
"passport-stripe": "git://github.com/pgruenbacher/passport-stripe",
"passport-twitter": "latest",
"pg": "^4.2.0",
"pg-hstore": "^2.3.1",
"q": "^1.0.1",
"react": "^0.12.2",
"react-router": "^0.11.6",
"react-tap-event-plugin": "^0.1.3",
"react-tools": "^0.11.2",
"s": "^0.1.1",
"scroller": "0.0.2",
"sequelize": "^2.0.2",
"serialize-javascript": "^1.0.0",
"serve-favicon": "~2.0.1",
"socket.io": "^1.3.4",
"socket.io-client": "^1.3.4",
"socketio-jwt": "^2.3.5",
"stripe": "^3.2.0",
"superagent": "^0.21.0",
"superagent-csrf": "^1.0.0",
"through": "^2.3.6",
"vhost": "^3.0.0"
},
"author": "Urban Boa",
"license": "ISC",
"bugs": {
"url": "https://github.com/urban-boa/react-fullstack/issues"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/urban-boa/react-fullstack/",
"devDependencies": {
"browserify": "^5.12.0",
"connect-livereload": "^0.5.2",
"glob": "^4.3.5",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.4.3",
"gulp-connect": "^2.0.6",
"gulp-cssmin": "^0.1.6",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.1.1",
"gulp-jasmine2-phantomjs": "^0.2.0",
"gulp-jest": "*",
"gulp-less": "^2.0.1",
"gulp-livereload": "^3.6.0",
"gulp-nodemon": "^1.0.4",
"gulp-notify": "^2.2.0",
"gulp-sass": "^1.3.2",
"gulp-shell": "^0.2.11",
"gulp-sourcemaps": "^1.3.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.2",
"jest-cli": "^0.1.18",
"phantomjs": "^1.9.15",
"pretty-hrtime": "^1.0.0",
"react-addons": "^0.9.1-deprecated",
"reactify": "^0.15.0",
"tiny-lr": "^0.1.5",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.3.0"
},
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
}
}