-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 736 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 736 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
{
"name": "macro-css",
"version": "1.0.4",
"style": "index.min.css",
"main": "index.min.css",
"filename": "index.min.css",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"node-sass": "^6.0.0",
"rollup": "^2.52.0"
},
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Archakov06/macro-css.git"
},
"author": "Archakov Dennis",
"license": "MIT",
"bugs": {
"url": "https://github.com/Archakov06/macro-css/issues"
},
"homepage": "https://github.com/Archakov06/macro-css#readme",
"description": "Micro CSS classes for a convenient description of styles"
}