-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1001 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1001 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
38
39
40
41
42
43
44
45
{
"author": "Yegor Bugayenko",
"bugs": {
"url": "https://github.com/yegor256/tacit/issues"
},
"copyright": "2015",
"description": "CSS Framework for Dummies",
"devDependencies": {
"@eslint/js": "^9.27.0",
"css-validator": "0.11.0",
"eslint": "^9.27.0",
"glob": "11.0.3",
"grunt": "^1.4.3",
"grunt-contrib-watch": "1.1.0",
"grunt-css-purge": "1.1.0",
"grunt-sass": "4.0.0",
"grunt-sass-lint": "0.2.4",
"load-grunt-tasks": "5.1.0",
"sass": "^1.89.0",
"npm": "11.5.1",
"path": "0.12.7"
},
"files": [
"dist",
"Gruntfile.js",
"LICENSE"
],
"homepage": "https://github.com/yegor256/tacit",
"keywords": [
"css"
],
"license": "MIT",
"main": "dist/tacit-css.css",
"name": "tacit-css",
"repository": {
"type": "git",
"url": "https://github.com/yegor256/tacit.git"
},
"scripts": {
"dev": "grunt dev",
"grunt": "grunt --no-color",
"test": "grunt --no-color"
},
"version": "0.0.0"
}