forked from webdesignberlin/snyk-demo-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 782 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
{
"name": "snyk-demo-app",
"version": "0.0.1",
"description": "A demo application for Snyk",
"homepage": "https://snyk.io/",
"repository": {
"type": "git",
"url": "https://github.com/Snyk/snyk-demo-app.git"
},
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"scripts": {
"start": "node index.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"falcor-hapi": "netflix/falcor-hapi",
"falcor-router-demo": "1.0.5",
"hapi": "^13.4.0",
"inert": "^4.0.0",
"bassmaster": "3.2.0",
"snyk-demo-child": "0.0.1",
"azure-mgmt-storage": "^0.9.16",
"snyk": "^1.431.1"
},
"snyk": true
}