forked from cssstats/cssstats
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1022 Bytes
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 1022 Bytes
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
{
"name": "rprtr",
"version": "1.0.0",
"dependencies": {
"body-parser": "~1.8.1",
"cheerio": "^0.18.0",
"cookie-parser": "~1.3.3",
"css-statistics": "latest",
"cssbeautify": "^0.3.1",
"debug": "~2.0.0",
"express": "^4.10.2",
"express-handlebars": "^1.1.0",
"express-session": "^1.9.1",
"formidable": "^1.0.15",
"handlebars": "^2.0.0",
"highlight.js": "^8.4.0",
"humanize-plus": "^1.5.0",
"morgan": "~1.3.0",
"q": "^1.1.1",
"request": "^2.48.0",
"serve-favicon": "~2.1.3",
"get-css": "latest"
},
"devDependencies": {
"basscss-base": "0.0.24",
"basscss-grid": "0.0.11",
"basscss-ui-utilities": "0.0.2",
"basscss-utilities": "0.0.19",
"flex-object": "0.0.4",
"glob": "^4.2.1",
"gulp": "^3.8.10",
"gulp-basswork": "0.0.9",
"gulp-minify-css": "^0.3.11",
"gulp-rename": "^1.2.0",
"gulp-uncss": "^0.5.1"
},
"scripts": {
"start": "node ./bin/www",
"css": "gulp css"
},
"license": "MIT"
}