-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 843 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
{
"name": "sequelize-isunique-validator",
"version": "1.1.0",
"description": "A Sequelize plugin to add isUnique validation to models",
"main": "./lib/",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angelxmoreno/sequelize-isunique-validator.git"
},
"keywords": [
"Sequelize",
"validation",
"models"
],
"author": {
"name": "Agel S. Moreno",
"email": "[email protected]",
"url": "https://angelxmoreno.github.io/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/angelxmoreno/sequelize-isunique-validator/issues"
},
"homepage": "https://github.com/angelxmoreno/sequelize-isunique-validator#readme",
"dependencies": {
"sqlite3": "^3.1.0"
},
"peerDependencies": {
"sequelize": "2.0.0 - 3.x.x"
}
}