forked from umayr/steak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 936 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": "Steak",
"version": "0.0.1",
"description": "REST Endpoints for hungrilla database models.",
"main": "bin/www",
"scripts": {
"test": "./scripts/test.sh",
"start": "./node_modules/.bin/nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hungrilla/steak.git"
},
"author": "Umayr Shahid <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hungrilla/steak/issues"
},
"homepage": "https://github.com/hungrilla/steak#readme",
"dependencies": {
"bunyan": "^1.4.0",
"epilogue": "^0.5.1",
"is_js": "^0.7.4",
"lodash": "^3.9.3",
"mysql": "^2.7.0",
"restify": "^3.0.3",
"sequelize": "^3.3.2"
},
"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.1",
"nodemon": "^1.3.7"
}
}