UNPKG

758 BJSONView Raw
1{
2 "name": "css",
3 "version": "3.0.0",
4 "description": "CSS parser / stringifier",
5 "main": "index",
6 "files": [
7 "index.js",
8 "lib",
9 "Readme.md"
10 ],
11 "dependencies": {
12 "inherits": "^2.0.4",
13 "source-map": "^0.6.1",
14 "source-map-resolve": "^0.6.0"
15 },
16 "devDependencies": {
17 "mocha": "^8.0.1",
18 "should": "^13.2.3",
19 "matcha": "^0.7.0",
20 "bytes": "^3.1.0"
21 },
22 "scripts": {
23 "benchmark": "matcha",
24 "test": "mocha --require should --reporter spec test/*.js"
25 },
26 "author": "TJ Holowaychuk <tj@vision-media.ca>",
27 "license": "MIT",
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/reworkcss/css.git"
31 },
32 "keywords": [
33 "css",
34 "parser",
35 "stringifier",
36 "stylesheet"
37 ]
38}