-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 827 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
38
39
40
{
"name": "mongoose-iban",
"version": "1.0.2",
"description": "Adds a new Mongoose type for IBAN bank account numbers.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mtimofiiv/mongoose-iban.git"
},
"keywords": [
"mongoose",
"iban",
"bank",
"swift"
],
"files": [
"README.md",
"index.js",
"lib",
"test"
],
"author": "Mike Timofiiv (http://fiiv.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mtimofiiv/mongoose-iban/issues"
},
"homepage": "https://github.com/mtimofiiv/mongoose-iban#readme",
"dependencies": {
"iban": "0.0.5"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5",
"mockgoose": "^2.0.3",
"mongoose": "^4.0.7"
}
}