forked from jmjuanes/siimple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 839 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
{
"name": "siimple",
"version": "3.1.0",
"description": "Minimal CSS framework for flat and clean designs.",
"style": "dist/siimple.css",
"main": "dist/siimple.css",
"author": "Josemi Juanes <[email protected]>",
"license": "MIT",
"homepage": "https://www.siimple.xyz/",
"repository": "https://github.com/siimple/siimple",
"bugs": "https://github.com/siimple/siimple/issues",
"keywords": [
"siimple",
"css",
"scss",
"sass",
"framework",
"jmjuanes",
"minimal",
"flat",
"clean",
"websites",
"responsive"
],
"devDependencies": {
"sass-lint": "^1.12.1",
"clean-css-cli": "^4.1.11",
"postcss-cli": "^5.0.0",
"sass": "^1.6.0",
"autoprefixer": "^8.4.1"
}
}