-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.4 KB
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
51
52
53
54
{
"name": "FrozenUI-site",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"archiver": "^0.13.1",
"autoprefixer-core": "^4.0.2",
"body-parser": "~1.8.1",
"cheerio": "^0.18.0",
"concat": "^1.0.0",
"concat-files": "^0.1.0",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"ejs": "~0.8.5",
"express": "~4.9.0",
"mkdirp": "^0.5.0",
"morgan": "~1.3.0",
"ncp": "^1.0.1",
"node-minify": "^1.0.1",
"node-uuid": "^1.4.2",
"nodemailer": "^1.3.0",
"q": "^1.1.2",
"qr-image": "^3.0.2",
"rimraf": "^2.2.8",
"serve-favicon": "~2.1.3",
"strip-indent": "^1.0.0",
"underscore.string": "^2.4.0",
"zipfolder": "^1.0.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-at-csstidy": "^0.1.4",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-markdown": "~0.7.0",
"grunt-newer": "^1.1.0",
"grunt-nodemon": "^0.3.0",
"grunt-open": "^0.2.3",
"grunt-postcss": "^0.2.0",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.0.0"
}
}