-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.18 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.18 KB
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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "vinisync",
"version": "0.0.1",
"description": "plain simple cellar management",
"main": "src/app.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bleuarff/vinisync.git"
},
"keywords": [
"wine",
"vin",
"cave",
"cellar"
],
"author": "bleuarff",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bleuarff/vinisync/issues"
},
"homepage": "https://github.com/Bleuarff/vinisync#readme",
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-http": "^3.0.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.2.0",
"grunt-chequire": "^0.1.3",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-nodemon": "^0.4.2",
"mocha": "^3.5.3"
},
"dependencies": {
"bcrypt": "^1.0.3",
"bson-objectid": "^1.1.5",
"dev": "^0.1.3",
"js-yaml": "^3.10.0",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"node-db-connector": "^1.1.0",
"redis-sessions": "^1.2.0",
"request-ip": "^2.0.2",
"restify": "^5.2.0",
"swn-logger": "^1.0.0",
"verror": "^1.10.0"
}
}