-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 883 Bytes
/
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
{
"name": "garcon",
"version": "0.0.0",
"description": "Server API for Hungrilla",
"main": "index.js",
"scripts": {
"test": "./scripts/build.sh",
"start": "nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/Hungrilla/garcon.git"
},
"author": "Hungrilla Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hungrilla/garcon/issues"
},
"homepage": "https://github.com/Hungrilla/garcon",
"dependencies": {
"body-parser": "^1.12.3",
"express": "^4.12.3",
"jsonwebtoken": "^5.0.0",
"morgan": "^1.5.2",
"mysql": "^2.6.2",
"request": "^2.55.0",
"sequelize": "^3.2.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^1.8.0",
"grunt-timer": "^0.6.0",
"jshint-stylish": "^2.0.0",
"nodemon": "^1.3.7"
}
}