forked from actionhero/ah-sequelize-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 684 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 684 Bytes
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
{
"author": "Evan Tahler <evantahler@gmail.com>",
"name": "ah-sequelize-plugin",
"description": "I use sequelize in actionhero as an ORM",
"version": "0.8.7",
"homepage": "http://actionherojs.com",
"repository": {
"type": "git",
"url": "git://github.com/evantahler/ah-sequelize-plugin.git"
},
"keywords": [
"actionhero",
"ah",
"sequelize",
"database",
"db",
"api",
"mysql",
"postgres"
],
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"mkdirp": "^0.3.5",
"umzug": "^1.6.0"
},
"devDependencies": {},
"optionalDependencies": {},
"scripts": {
"postinstall": "node scripts/postinstall.js"
}
}