forked from Cyber-Duck/hoisin.scss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.05 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "hoisin.scss",
"title": "Hoisin.scss",
"description": "A simple responsive mini framework to kick start your project.",
"version": "0.9.18",
"homepage": "https://cyber-duck.github.io/hoisin.scss/",
"license": "ISC",
"author": {
"name": "Ramon Lapenta",
"url": "http://www.cyber-duck.co.uk/about/ramon-lapenta"
},
"repository": {
"type": "git",
"url": "https://github.com/Cyber-Duck/hoisin.scss"
},
"keywords": [
"sass",
"scss",
"responsive",
"framework",
"grid"
],
"bugs": {
"url": "https://github.com/Cyber-Duck/hoisin.scss/issues"
},
"licenses": [
{
"type": "MIT",
"url": "hhttps://raw.github.com/Cyber-Duck/hoisin.scss/master/LICENSE.txt"
}
],
"main": "Gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cssnano": "^2.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-stylelint": "^5.0.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-watch": "^4.3.11"
},
"scripts": {}
}