forked from FoodFairy/Food-Fairy
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.74 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
{
"name": "foodfairy",
"version": "1.0.0",
"scripts": {
"postinstall": "npm run babel",
"start": "node index-server.js",
"test": "grunt test",
"babel": "babel client --out-dir client/compiled --presets=es2015,react --ignore=node_modules,compiled,server,dist,Gruntfile.js,ryosFile.js,index-server.js --source-maps inline --force"
},
"description": "Greenfield project",
"contributors": [
"Felipe",
"Jason",
"Ryo",
"Yuan"
],
"engines": {
"node": "6.1",
"npm": "3.9.5"
},
"dependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"bluebird": "1.0.8",
"body-parser": "~1.13.2",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"dotenv": "^1.2.0",
"email-templates": "^2.4.0",
"express": "~4.13.1",
"express-mailer": "^0.3.1",
"express-session": "^1.11.3",
"jade": "~1.11.0",
"jquery": "^2.2.1",
"lodash": "^4.6.1",
"mongoose": "~4.4",
"morgan": "~1.6.1",
"nodemon": "^1.2.1",
"passport": "^0.3.0",
"passport-auth0": "^0.5.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"request": "^2.36.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"eslint": "^3.1.1",
"eslint-plugin-react": "^5.2.2",
"grunt": "^0.4.4",
"grunt-babel": "^6.0.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.10.0",
"grunt-nodemon": "^0.2.1",
"grunt-shell": "^0.6.4",
"gruntify-eslint": "^2.0.0",
"load-grunt-tasks": "^3.5.0"
}
}