-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 752 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 752 Bytes
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
{
"name": "utilcssm",
"description": "UCSSM is a CSS framework and a methodology for developing responsive, mobile first projects on the web",
"version": "1.0.5",
"author": "Diego M. Lafuente",
"bugs": {
"url": "https://github.com/meerita/utilcss/issues"
},
"files": [
"modules/*",
"utils.scss",
"LICENSE"
],
"homepage": "https://github.com/meerita/utilcss",
"keywords": [
"css",
"front-end",
"framework",
"web"
],
"license": "MIT",
"main": "utils.scss",
"repository": {
"type": "git",
"url": "git+https://github.com/meerita/utilcss.git"
},
"style": "utils.scss",
"devDependencies": {
"clean-css-cli": "^4.3.0",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5"
}
}