Last change
on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
758 bytes
|
Rev | Line | |
---|
[6a3a178] | 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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.