forked from agenda/agendash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 831 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
{
"name": "agendash",
"version": "0.4.0",
"description": "Agenda Dashboard",
"main": "app.js",
"bin": "bin/agendash-standalone.js",
"engines": {
"node": ">=4.0.0",
"npm": ">=2.0.0"
},
"scripts": {
"test": "$(npm bin)/mocha test/test.js"
},
"keywords": [
"agenda"
],
"repository": {
"type": "git",
"url": "git+https://github.com/joeframbach/agendash.git"
},
"bugs": {
"url": "https://github.com/joeframbach/agendash/issues"
},
"homepage": "https://github.com/joeframbach/agendash#readme",
"license": "MIT",
"dependencies": {
"agenda": ">=0.7.0 <1.0.0",
"async": "^1.0.0",
"body-parser": "^1.15.0",
"commander": "^2.9.0",
"express": "^4.0.0",
"semver": "^5.3.0"
},
"devDependencies": {
"mocha": "^3.1.2",
"supertest": "^2.0.0"
}
}