-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 925 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
33
34
35
36
37
{
"name": "Type Tester TDF",
"version": "1.0.0",
"description": "Type Tester TDF",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Quinn Keaveney",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.1.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-imagemin": "^0.8.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-css-url-embed": "^1.5.1",
"grunt-fontface": "^0.9.0",
"grunt-newer": "^0.7.0",
"grunt-notify": "^0.4.1",
"grunt-responsive-images": "^0.1.4",
"grunt-svgmin": "^1.0.0",
"grunt-webfont": "^0.4.8",
"imagemin-mozjpeg": "^2.0.0"
}
}