-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 1 KB
/
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": "cascon-2017",
"version": "1.0.0",
"description": "CASCON 2017 Workshop - API economy made easy with LoopBack 4",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/virkt25/cascon-2017.git"
},
"keywords": [
"loopback4",
"tutorial",
"cascon"
],
"author": "Taranveer Virk",
"license": "MIT",
"bugs": {
"url": "https://github.com/virkt25/cascon-2017/issues"
},
"homepage": "https://github.com/virkt25/cascon-2017#readme",
"dependencies": {
"@loopback/context": "^4.0.0-alpha.14",
"@loopback/core": "^4.0.0-alpha.16",
"@loopback/openapi-spec": "^4.0.0-alpha.10",
"@loopback/rest": "^4.0.0-alpha.3",
"@types/bluebird": "^3.5.16",
"@types/watson-developer-cloud": "^2.40.0",
"bluebird": "^3.5.1",
"watson-developer-cloud": "^2.41.1"
},
"devDependencies": {
"@types/node": "^8.0.46"
}
}