forked from codyhouse/codyhouse-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "codyhouse-framework",
"version": "1.0.7",
"description": "The CodyHouse's framework is a system of SCSS globals representing the base upon which you can build the style of your web project.",
"main": "index.js",
"keywords": [
"scss",
"css",
"framework",
"design-system",
"html",
"front-end",
"buttons",
"colors",
"forms",
"grid",
"mixins",
"spacing",
"typography",
"codyhouse"
],
"scripts": {
"gulp": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Amber Creative Lab <[email protected]>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.4.3",
"browser-sync": "^2.26.3",
"gulp": "^4.0.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"postcss-calc": "^7.0.1",
"postcss-css-variables": "git+https://github.com/CodyHouse/postcss-css-variables"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodyHouse/codyhouse-framework.git"
}
}