-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.1 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
{
"dependencies": {
"babel-preset-env": "^1.6.0",
"body-parser": "^1.17.2",
"express": "^4.15.4",
"morgan": "^1.8.2",
"phantom": "^4.0.5",
"request": "^2.81.0",
"selenium-webdriver": "^3.5.0"
},
"name": "teem-trello-webhook-server",
"description": "The server which listens for changes in the Trello board model and simultaneously uodates them in the SwellRT object model",
"version": "0.0.1",
"main": "dist/server/server.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./dist/server/server",
"start": "babel src -d dist && node ./dist/server/server",
"build": "babel src -d dist --source-maps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krshubham/teem-trello-webhook-server.git"
},
"keywords": [
"teem",
"trello"
],
"author": "krshubham",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/krshubham/teem-trello-webhook-server/issues"
},
"homepage": "https://github.com/krshubham/teem-trello-webhook-server#readme"
}