forked from GregoryHlavac/node-sequelize-sleep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 785 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
{
"name": "sequelize-sleep",
"version": "1.2.3",
"description": "RESTful API Helper to bridge the gap between sequelize and express 4",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/GregoryHlavac/node-sequelize-sleep.git"
},
"keywords": [
"sequelize",
"rest",
"restful",
"sleep",
"json"
],
"author": "Gregory Hlavac <[email protected]> (https://github.com/GregoryHlavac)",
"license": "MIT",
"bugs": {
"url": "https://github.com/GregoryHlavac/node-sequelize-sleep/issues"
},
"homepage": "https://github.com/GregoryHlavac/node-sequelize-sleep",
"dependencies": {
"express": "^4.0.0",
"lodash": "^2.4.1"
}
}