Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
876 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "postcss-values-parser",
|
---|
3 | "version": "2.0.1",
|
---|
4 | "description": "A CSS property value parser for use with PostCSS",
|
---|
5 | "main": "lib/index.js",
|
---|
6 | "repository": "lesshint/postcss-values-parser",
|
---|
7 | "author": {
|
---|
8 | "name": "Andrew Powell (shellscape)",
|
---|
9 | "email": "andrew@shellscape.org",
|
---|
10 | "url": "http://shellscape.org"
|
---|
11 | },
|
---|
12 | "license": "MIT",
|
---|
13 | "engines": {
|
---|
14 | "node": ">=6.14.4"
|
---|
15 | },
|
---|
16 | "scripts": {
|
---|
17 | "test": "gulp"
|
---|
18 | },
|
---|
19 | "keywords": [
|
---|
20 | "css",
|
---|
21 | "less",
|
---|
22 | "ast",
|
---|
23 | "postcss",
|
---|
24 | "value",
|
---|
25 | "values",
|
---|
26 | "parser",
|
---|
27 | "parsing",
|
---|
28 | "properties"
|
---|
29 | ],
|
---|
30 | "dependencies": {
|
---|
31 | "flatten": "^1.0.2",
|
---|
32 | "indexes-of": "^1.0.1",
|
---|
33 | "uniq": "^1.0.1"
|
---|
34 | },
|
---|
35 | "devDependencies": {
|
---|
36 | "chai": "^4.1.2",
|
---|
37 | "chai-shallow-deep-equal": "^1.4.0",
|
---|
38 | "eslint": "^5.6.0",
|
---|
39 | "gulp": "^3.9.1",
|
---|
40 | "gulp-eslint": "^5.0.0",
|
---|
41 | "gulp-mocha": "^6.0.0"
|
---|
42 | }
|
---|
43 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.