Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit 618230a

Browse files
author
vdemedes
committed
added more information to package.json
1 parent ad5ddaa commit 618230a

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

package.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongorito",
3-
"version": "0.1.0",
3+
"version": "0.4.0",
44
"description": "ES6 generator-based MongoDB ODM. It rocks.",
55
"author": "Vadim Demedes <vdemedes@gmail.com>",
66
"dependencies": {
@@ -14,7 +14,25 @@
1414
"chance": "^0.6.1",
1515
"mocha": "^2.0.1"
1616
},
17+
"main": "./index.js",
1718
"scripts": {
1819
"test": "./node_modules/.bin/mocha --harmony"
19-
}
20+
},
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/vdemedes/mongorito"
24+
},
25+
"bugs": {
26+
"url": "https://github.com/vdemedes/mongorito/issues"
27+
},
28+
"keywords": [
29+
"mongo",
30+
"mongodb",
31+
"co-mongo",
32+
"co-mongodb",
33+
"orm",
34+
"odm",
35+
"es6"
36+
],
37+
"license": "MIT"
2038
}

0 commit comments

Comments
 (0)