-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.4 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
{
"name": "archiloc",
"version": "0.19.97",
"description": "A Map with neat things to Look at",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JTRiddick/archiloc.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JTRiddick/archiloc/issues"
},
"homepage": "https://github.com/JTRiddick/archiloc#readme",
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "^1.15.2",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.0",
"ejs": "^2.5.5",
"express": "^4.14.0",
"express-session": "^1.15.0",
"gulp": "^3.9.1",
"method-override": "~1.0.0",
"mongo-to-csv": "^1.0.1",
"mongoose": "^4.7.7",
"mongoose-unique-validator": "^1.0.3",
"morgan": "~1.0.0",
"passport": "~0.1.17",
"passport-facebook": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~1.0.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"body-parser": "^1.16.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.0",
"lodash": "^4.17.4",
"mongoose-unique-validator": "^1.0.3"
}
}