-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 KB
/
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
41
{
"name": "document-management-system-v1",
"version": "1.0.0",
"description": "document system manager",
"preferGlobal": "true",
"bin": {
"DM": "./bin/www"
},
"main": "index.js",
"scripts": {
"test": "jasmine-node --captureExceptions --forceexit --verbose --growl spec/documentManagerSpec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andela-rekemezie/document-management-system-v1.git"
},
"keywords": [
"ORM",
"sequelize",
"documentdatabase"
],
"author": "Rowland Ekemezie",
"license": "MIT",
"bugs": {
"url": "https://github.com/andela-rekemezie/document-management-system-v1/issues"
},
"homepage": "https://github.com/andela-rekemezie/document-management-system-v1#readme",
"dependencies": {
"commander": "^2.9.0",
"istanbul": "^0.4.1",
"pg": "^4.4.3",
"pg-hstore": "^2.3.2",
"prettyjson": "^1.1.3",
"sequelize": "^3.13.0",
"strftime": "^0.9.2",
"validator": "^4.3.0"
},
"devDependencies": {
"jasmine": "^2.3.2"
}
}