forked from hrr24-gallifrey/Findabuddy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.5 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
{
"name": "findabuddy",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"start-dev": "nodemon server.js",
"test": "mocha --bail --reporter landing test/ServerSpec.js",
"babel": "babel public/components/. --out-dir public/components/compiled --presets=es2015,react --ignore=node_modules,compiled --source-maps inline",
"babel-watch": "babel public/components/. --out-dir public/components/compiled --presets=es2015,react --ignore=node_modules,compiled --source-maps inline --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"bower": "^1.8.0",
"chai": "^4.0.2",
"connect-mongodb-session": "^1.3.0",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"ejs-lint": "^0.3.0",
"express": "^4.15.3",
"express-partials": "^0.3.0",
"express-session": "^1.15.3",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"mocha": "^3.4.2",
"mongoose": "^4.10.8",
"node-where": "^1.1.0",
"nodemailer": "^4.0.1",
"nodemailer-smtp-transport": "^2.7.4",
"nodemon": "^1.11.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-google-maps": "^7.1.0",
"sinon": "^2.3.5",
"socket.io": "^2.0.3",
"supertest": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"webpack": "^3.1.0"
}
}