forked from jsdelivr/bootstrapcdn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.17 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "bootstrapcdn",
"version": "0.0.1",
"private": true,
"scripts": {
"eslint": "node make eslint",
"lint": "node make lint",
"restart": "node make restart",
"run": "node make run",
"setup": "npm install",
"snyk-protect": "snyk protect",
"start": "node make start",
"status": "node make status",
"stop": "node make stop",
"test": "node make test",
"test-nc": "node make test-nc"
},
"dependencies": {
"async": "^2.0.1",
"compression": "^1.5.2",
"errorhandler": "^1.4.3",
"express": "^4.13.3",
"express-csp": "^0.0.4",
"express-sitemap": "^1.6.3",
"express-sslify": "^1.0.1",
"js-yaml": "^3.4.2",
"morgan": "^1.6.1",
"pug": "^2.0.0-beta4",
"serve-static": "^1.10.0",
"shelljs": "^0.5.3",
"snyk": "^1.17.1",
"sri-toolbox": "^0.2.0"
},
"devDependencies": {
"bootlint": "^0.14.2",
"eslint": "^3.2.2",
"forever": "^0.15.1",
"format": "^0.2.1",
"fs-walk": "^0.0.1",
"html-validator": "^2.0.0",
"htmlencode": "^0.0.4",
"mocha": "^3.0.0",
"request": "^2.64.0",
"uglify-js": "^2.6.2"
},
"engines": {
"node": "4.x"
},
"snyk": true
}