-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 954 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
36
37
38
{
"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"
}