-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
43 lines (43 loc) · 916 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
38
39
40
41
42
43
{
"name": "graaf",
"version": "0.2.3",
"description": "A collection of pure CSS grid overlays for designing your new projects.",
"main": "graaf.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"css",
"grid",
"design",
"vertical",
"rhythm",
"typography"
],
"authors": [
"Angelmmiguel <[email protected]>"
],
"license": "MIT",
"ignore": [
"node_modules",
"site",
".publish"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Angelmmiguel/graaf.git"
},
"bugs": {
"url": "https://github.com/Angelmmiguel/graaf/issues"
},
"homepage": "http://graaf.space/",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^3.1.1",
"gulp-pug": "^3.2.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.0",
"node-png": "^0.4.3"
}
}