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
36 lines (36 loc) · 913 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 913 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
{
"name": "cssdb",
"version": "1.5.0",
"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": "jonathantneal/css-db",
"homepage": "https://github.com/jonathantneal/css-db#readme",
"bugs": "https://github.com/jonathantneal/css-db/issues",
"main": "cssdb.json",
"files": [
"cssdb.json"
],
"scripts": {
"start": "node tasks/start",
"test": "node tasks/test"
},
"devDependencies": {
"browserslist": "^3.1.0",
"caniuse-lite": "^1.0.30000808",
"eslit": "^5.0.0",
"fse": "^4.0.0",
"marked": "^0.3.14",
"node-fetch": "^2.0.0",
"postcss": "^6.0.18",
"pre-commit": "^1.2.2"
},
"keywords": [
"css",
"features",
"list",
"specifications",
"stages",
"tc39"
]
}