forked from gpbmike/refresh-sf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "refresh-sf",
"version": "0.0.0",
"description": "Minify, obfuscate, concatenate, and gzip JavaScript and CSS.",
"main": "api/index.js",
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "node api/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.10.2",
"clean-css": "^3.4.12",
"compression": "^1.3.0",
"errorhandler": "^1.3.2",
"express": "^4.11.1",
"html-minifier": "^0.6.9",
"morgan": "^1.5.1",
"uglify-js": "^2.4.16",
"yuicompressor": "^2.4.8"
},
"devDependencies": {
"ember-template-compiler": "^1.6.1",
"grunt": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-htmlmin": "~0.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-ember-templates": "~0.4.20",
"grunt-express-server": "^0.4.19",
"grunt-gh-pages": "~0.9.1",
"grunt-preprocess": "~4.0.0",
"grunt-rev": "~0.1.0",
"grunt-usemin": "~2.1.0",
"handlebars": "~1.3.0",
"load-grunt-config": "^0.16.0",
"time-grunt": "^0.3.2"
}
}