-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 1003 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
{
"private": true,
"name": "@locomotivemtl/charcoal-contrib-tinify",
"title": "Charcoal Contrib Tinify",
"version": "1.0.0",
"author": "Locomotive <[email protected]>",
"dependencies": {
},
"devDependencies": {
"autoprefixer": "7.1.6",
"glob": "7.1.2",
"grunt": "1.0.1",
"grunt-browser-sync": "2.2.0",
"grunt-composer": "0.4.5",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "3.2.1",
"grunt-contrib-watch": "1.0.0",
"grunt-githooks": "0.6.0",
"grunt-jscs": "3.0.1",
"grunt-jsonlint": "1.1.0",
"grunt-notify": "0.4.5",
"grunt-postcss": "0.9.0",
"grunt-sass": "2.0.0",
"grunt-svg-sprite": "1.3.7",
"grunt-yaml-validate": "^0.1.1",
"load-grunt-config": "0.19.2",
"postcss-banner": "3.0.0"
}
}