-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.24 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.24 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "jeeps",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js",
"watch": "nodemon server/server.js",
"postinstall": "node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/micahp0506/jeeps.git"
},
"author": "Micah Wells <micahp0506@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/micahp0506/jeeps/issues"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"dependencies": {
"alt": "^0.17.8",
"async": "^1.5.0",
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.7.2",
"babelify": "^7.2.0",
"base64-img": "^1.0.3",
"bcrypt": "^0.8.5",
"body-parser": "^1.15.0",
"bower": "^1.7.7",
"colors": "^1.1.2",
"compression": "^1.6.0",
"connect-redis": "^3.0.2",
"express": "^4.13.3",
"express-session": "^1.13.0",
"history": "^1.13.0",
"mongoose": "^4.2.5",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^4.5.1",
"pg-hstore": "^2.3.2",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-dropzone": "^3.3.2",
"react-router": "^1.0.0",
"request": "^2.65.0",
"sequelize": "^3.19.3",
"serve-favicon": "^2.3.0",
"socket.io": "^1.3.7",
"swig": "^1.4.2",
"underscore": "^1.8.3",
"xml2js": "^0.4.15"
},
"devDependencies": {
"babel-core": "^6.1.19",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-register": "^6.3.13",
"babelify": "^7.2.0",
"bower": "^1.6.5",
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0"
},
"homepage": "https://github.com/micahp0506/jeeps#readme"
}