-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 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
{
"name": "bnb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"agenda": "^0.9.1",
"agendash": "^0.4.0",
"airapi": "^0.1.0",
"body-parser": "^1.17.1",
"bpmn-engine": "^4.1.2",
"camunda-bpmn-moddle": "^0.12.0",
"connect-mongo": "^1.3.2",
"connect-roles": "^3.1.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"express": "^4.15.2",
"express-session": "^1.15.5",
"micromatch": "^3.0.4",
"moment": "^2.18.1",
"mongo-express": "^0.40.0",
"mongodb": "^2.2.26",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"ramda": "^0.24.1",
"rxjs": "^5.4.3",
"wechat-oauth": "^1.2.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swangui/bnb.git"
},
"author": "Samuel Wang <dev.swang@gmail.com> (http://vrplayer.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/swangui/bnb/issues"
},
"homepage": "https://github.com/swangui/bnb#readme"
}