-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 877 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
{
"name": "first.css",
"version": "0.7.11",
"description": "A CSS methodology applied to a nonintrusive framework.",
"author": "Jo Santana <[email protected]> (http://josantana.net)",
"license": "MIT",
"main": "source/first.scss",
"homepage": "https://www.gitbook.com/read/book/josantana/first",
"keywords": [
"dry",
"sass",
"scss",
"oocss",
"css",
"framework",
"flexbox"
],
"repository": {
"type": "git",
"url": "git+https://github.com/josantana/first"
},
"bugs": {
"url": "https://github.com/josantana/first/issues"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.3.0",
"gulp-header": "^1.7.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0"
},
"dependencies": {}
}