-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 853 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 853 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
34
35
36
37
{
"name": "@vkea/pridecss",
"version": "3.4.1",
"description": "PrideCSS is a SCSS library for adding pride flags to your HTML elements.",
"keywords": [
"LGBT",
"LGBTQ",
"LGBTQIA",
"MOGAI",
"PrideCSS",
"vkea"
],
"main": "Gruntfile.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VKEA/PrideCSS.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/VKEA/PrideCSS/issues"
},
"homepage": "https://github.com/VKEA/PrideCSS#readme",
"devDependencies": {
"dart-sass": "^1.25.0",
"grunt": "^1.4.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-stylelint": "^0.16.0",
"stylelint": "^15.6.0",
"stylelint-scss": "^3.19.0",
"stylelint-config-standard": "^22.0.0"
}
}