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