Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 1 insertions, 8 deletions
diff --git a/package.json b/package.json
index aebcc86..d79cfb9 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,6 @@
"minify": "terser --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"includeSources,url=bootlint.min.js.map\" --output dist/browser/bootlint.min.js dist/browser/bootlint.js",
"nodeunit": "nodeunit test",
"qunit": "node build/phantom.js",
- "start": "node ./bin/www",
"nyc": "nyc",
"test": "npm run eslint && npm run build && npm run nodeunit",
"test:all": "npm run eslint && npm run build && npm run nodeunit && npm run qunit"
@@ -30,14 +29,10 @@
"dependencies": {
"binary-search": "^1.3.6",
"bluebird": "^3.7.1",
- "body-parser": "^1.19.0",
"chalk": "^2.4.2",
"cheerio": "^0.22.0",
"commander": "^2.20.3",
- "debug": "^4.1.1",
- "express": "^4.17.1",
"glob": "^7.1.6",
- "morgan": "^1.9.1",
"semver": "^6.3.0",
"void-elements": "^3.1.0"
},
@@ -76,10 +71,8 @@
"node": ">=6"
},
"files": [
- "bin/www",
"dist/browser/*.{js,map}",
- "src/*.js",
- "app.js"
+ "src/*.js"
],
"keywords": [
"bootstrap",