-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 858 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
{
"name": "node-downloader",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"express": "4.16.0",
"ejs": "*",
"less-middleware": "~2.0.0",
"socket.io": "1.0.1",
"express-uglify": "*",
"lodash": "~4.17.5",
"btoa": "~1.1.0",
"snyk": "^1.69.10"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-uglify": "*",
"grunt-cli": "*",
"uglify-js": "~2.2.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-less": "~0.5.0",
"grunt-string-replace": "~0.2.3",
"grunt-jslint": "~0.2.5a",
"grunt-contrib-watch": "~0.3.1"
},
"snyk": true
}