forked from hrr10-vikings/spartecipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.38 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
{
"name": "spartecipes",
"version": "1.0.0",
"description": "Search for recipes and quickly create a shopping list for all the ingredients you need.",
"main": "Gruntfile.js",
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install",
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/HR10-Sparta/spartecipes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HR10-Sparta/spartecipes/issues"
},
"homepage": "https://github.com/HR10-Sparta/spartecipes",
"devDependencies": {
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.5.1",
"grunt-wiredep": "^2.0.0"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.0.5",
"body-parser": "^1.14.1",
"bower": "^1.6.5",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-session": "^1.12.1",
"grunt": "^0.4.5",
"jwt-simple": "^0.3.1",
"mathjs": "^2.4.2",
"mongoose": "^4.2.6",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0",
"request": "^2.66.0"
}
}