forked from danliris/bateeq-module
-
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) · 942 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 942 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
{
"name": "bateeq-module",
"version": "1.0.0",
"description": "bateeq module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danliris/bateeq-module.git"
},
"author": "Tris Setiawan",
"license": "MIT",
"bugs": {
"url": "https://github.com/danliris/bateeq-module/issues"
},
"homepage": "https://github.com/danliris/bateeq-module#readme",
"dependencies": {
"bateeq-models": "git+https://git@github.com/danliris/bateeq-models.git",
"hashids": "^1.1.0",
"js-toolkit": "git+https://github.com/pinkgorilla/js-toolkit.git",
"moment": "^2.14.1",
"mongodb-toolkit": "git+https://github.com/pinkgorilla/mongodb-toolkit.git",
"sha1": "^1.1.1"
},
"devDependencies": {
"mocha": "^2.5.3",
"mongo-factory": "^1.0.0",
"mongodb": "^2.1.18",
"should": "^9.0.2"
}
}