forked from rpt01-quinces/fit-stop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.33 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
{
"name": "FitStop",
"version": "0.0.1",
"description": "Get Fit",
"author": "Anonymous Pizza",
"license": "UNLICENSED",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"prestart": "babel ./client/src --out-dir client/public/compiled --presets=es2015,react --ignore=node_modules,compiled --source-maps inline",
"nMon": "nodemon ./server/server.js",
"pol-aud": "node polly/polly.auth.js",
"start": "concurrently --kill-others \"npm run nMon\"",
"watch": "babel ./client/src --out-dir client/public/compiled --presets=es2015,react --ignore=node_modules,compiled --source-maps inline --watch"
},
"dependencies": {
"aws-sdk": "^2.133.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"bcrypt": "^1.0.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"bootstrap": "^3.3.7",
"cookie-parser": "^1.4.3",
"cron": "^1.3.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"jquery": "^3.2.1",
"moment": "^2.19.1",
"mongoose": "^4.12.2",
"nodemon": "^1.12.1",
"querystring": "^0.2.0",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"session": "^0.1.0",
"spotify-web-api-js": "^0.22.1",
"twilio": "^3.8.1"
},
"devDependencies": {
"concurrently": "^3.5.0"
}
}