-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 977 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
33
34
35
36
37
38
39
40
41
42
43
{
"author": "Yegor Bugayenko",
"bugs": {
"url": "https://github.com/yegor256/drops/issues"
},
"copyright": "2019",
"description": "Primitive CSS classes to replace most commonly used styles",
"devDependencies": {
"css-validator": "0.11.0",
"glob": "11.0.0",
"grunt": "^1.4.3",
"grunt-contrib-watch": "1.1.0",
"grunt-css-purge": "1.1.0",
"grunt-sass": "3.1.0",
"grunt-sass-lint": "0.2.4",
"load-grunt-tasks": "5.1.0",
"node-sass": "9.0.0",
"npm": "10.9.1",
"path": "0.12.7"
},
"files": [
"dist",
"Gruntfile.js",
"LICENSE"
],
"homepage": "https://github.com/yegor256/drops",
"keywords": [
"css"
],
"license": "MIT",
"main": "index.js",
"name": "drops",
"repository": {
"type": "git",
"url": "https://github.com/yegor256/drops.git"
},
"scripts": {
"dev": "grunt dev",
"rultor": "grunt rultor --no-color",
"test": "grunt --no-color"
},
"version": "0.1.0"
}