UNPKG

electricity

Version:

An alternative to the built-in Express middleware for serving static files. Electricity follows a number of best practices for making web pages fast.

39 lines (38 loc) 954 B
{ "description": "An alternative to the built-in Express middleware for serving static files. Electricity follows a number of best practices for making web pages fast.", "dependencies": { "@babel/core": "~7.26.0", "@babel/preset-react": "~7.26.3", "chokidar": "~3.6.0", "mime": "~3.0.0", "negotiator": "~0.6.2", "sass": "~1.83.0", "sass-graph": "~4.0.0", "snockets": "~1.3.8", "uglify-js": "~3.19.3", "uglifycss": "~0.0.29" }, "devDependencies": { "coveralls": "*", "fs-extra": "*", "mocha": "*", "nyc": "*" }, "keywords": [ "asset", "css", "express", "react", "sass", "static", "snockets" ], "main": "./lib", "name": "electricity", "repository": "git://github.com/mediocre/electricity.git", "scripts": { "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls", "test": "mocha --exit -R spec" }, "version": "3.6.1" }