UNPKG

782 BJSONView Raw
1{
2 "name": "css",
3 "version": "2.2.1",
4 "description": "CSS parser / stringifier",
5 "main": "reworkcss",
6 "types": "reworkcss.d.ts",
7 "dependencies": {
8 "source-map": "^0.1.38",
9 "source-map-resolve": "^0.3.0",
10 "urix": "^0.1.0",
11 "inherits": "^2.0.1"
12 },
13 "devDependencies": {
14 "mocha": "^1.21.3",
15 "should": "^4.0.4",
16 "matcha": "^0.5.0",
17 "bytes": "^1.0.0"
18 },
19 "scripts": {
20 "benchmark": "matcha",
21 "test": "mocha --require should --reporter spec --bail test/*.js"
22 },
23 "author": "TJ Holowaychuk <tj@vision-media.ca>",
24 "license": "MIT",
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/reworkcss/css.git"
28 },
29 "keywords": [
30 "css",
31 "parser",
32 "stringifier",
33 "stylesheet"
34 ],
35 "nativescript": {}
36}