-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
51 lines (51 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
51
{
"name": "vtex-speed",
"accountName": "CHANGEME",
"version": "5.0.0",
"secureUrl": true,
"readmeFilename": "README.md",
"description": "VTEX Store development tools - reverse proxy, compilation, minification, optimization and more!",
"scripts": {
"start": "grunt",
"sass": "grunt --sass",
"less": "grunt --less",
"css-min": "grunt --less",
"sass-min": "grunt --sass --compress",
"less-min": "grunt --less --compress"
},
"devDependencies": {
"connect-http-please": "^0.3.0",
"grunt": "~1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.0.1",
"grunt-sass-import": "^0.2.2",
"grunt-spritesmith": "^6.3.1",
"jpegtran-bin": "^3.0.4",
"node-sass": "^4.9.3",
"node-sass-tilde-importer": "^1.0.2",
"proxy-middleware": "^0.15.0",
"serve-static": "^1.10.0"
},
"repository": {
"type": "git",
"url": "git://github.com/gpelaez/vtex-speed-sass.git"
},
"keywords": [
"grunt",
"coffee",
"sass",
"livereload",
"vtex"
],
"license": "MIT",
"dependencies": {}
}