forked from matejlatin/Gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.04 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
{
"name": "gutenberg-web-type",
"version": "1.1.0",
"description": "Gutenberg is a flexible and simple–to–use web typography starter kit for web designers and developers. It’s a small step towards a better typography on the web. Beautiful typographic styles can be made by setting base type size, line-height (leading) and measure (max-width).",
"main": "index.html",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matejlatin/Gutenberg.git"
},
"author": "Matej Latin",
"license": "ISC",
"bugs": {
"url": "https://github.com/matejlatin/Gutenberg/issues"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-compress": "~0.12.0",
"grunt-contrib-imagemin": "~0.9.2",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-browser-sync": "~1.5.3"
}
}