forked from csstools/cssdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 947 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 947 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": "cssdb",
"version": "3.2.2",
"description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "CC0-1.0",
"repository": "csstools/cssdb",
"homepage": "https://github.com/csstools/cssdb#readme",
"bugs": "https://github.com/csstools/cssdb/issues",
"main": "cssdb.json",
"files": [
"cssdb.json"
],
"scripts": {
"start": "node tasks/start",
"start:nobadges": "node tasks/start --no-badges",
"test": "node tasks/test"
},
"devDependencies": {
"browserslist": "^4.1.1",
"caniuse-lite": "^1.0.30000885",
"eslit": "^5.0.0",
"fse": "^4.0.1",
"marked": "^0.5.0",
"node-fetch": "^2.2.0",
"postcss": "^7.0.2",
"pre-commit": "^1.2.2"
},
"keywords": [
"css",
"features",
"list",
"specifications",
"stages",
"tc39"
]
}