|
1 | | -{ |
2 | | - "name": "postcss-node-sass", |
3 | | - "version": "2.1.6", |
4 | | - "description": "A PostCSS plugin to parse styles with node-sass", |
5 | | - "main": "index.js", |
6 | | - "license": "MIT", |
7 | | - "repository": "https://github.com/arpadHegedus/postcss-node-sass.git", |
8 | | - "homepage": "https://github.com/arpadHegedus/postcss-node-sass#readme", |
9 | | - "bugs": "https://github.com/arpadHegedus/postcss-node-sass/issues", |
10 | | - "keywords": [ |
11 | | - "sass", |
12 | | - "postcss", |
13 | | - "postcss-plugin", |
14 | | - "node-sass", |
15 | | - "preprocessor", |
16 | | - "libsass", |
17 | | - "parse", |
18 | | - "plugin", |
19 | | - "scss", |
20 | | - "css", |
21 | | - "style" |
22 | | - ], |
23 | | - "author": { |
24 | | - "name": "Arpad Hegedus", |
25 | | - "email": "hegedus.arpad@gmail.com", |
26 | | - "web": "http://arpadhegedus.com" |
27 | | - }, |
28 | | - "contributors": [ |
29 | | - { |
30 | | - "name": "Arpad Hegedus", |
31 | | - "email": "hegedus.arpad@gmail.com", |
32 | | - "web": "http://arpadhegedus.com" |
33 | | - }, |
34 | | - { |
35 | | - "name": "Jonathan Neal", |
36 | | - "email": "jonathantneal@hotmail.com", |
37 | | - "web": "https://jonathantneal.github.io" |
38 | | - } |
39 | | - ], |
40 | | - "maintainers": [ |
41 | | - { |
42 | | - "name": "Arpad Hegedus", |
43 | | - "email": "hegedus.arpad@gmail.com", |
44 | | - "web": "http://arpadhegedus.com" |
45 | | - } |
46 | | - ], |
47 | | - "engines": { |
48 | | - "node": ">=6.0.0" |
49 | | - }, |
50 | | - "scripts": { |
51 | | - "test": "jest" |
52 | | - }, |
53 | | - "eslintConfig": { |
54 | | - "extends": "eslint-config-postcss/es5", |
55 | | - "env": { |
56 | | - "jest": true |
57 | | - } |
58 | | - }, |
59 | | - "jest": { |
60 | | - "testURL": "http://localhost" |
61 | | - }, |
62 | | - "dependencies": { |
63 | | - "merge-source-map": "^1.0.4", |
64 | | - "node-sass": "^4.7.2", |
65 | | - "postcss": "^6.0.14" |
66 | | - }, |
67 | | - "devDependencies": { |
68 | | - "babel-eslint": "^8.0.3", |
69 | | - "eslint": "^4.13.1", |
70 | | - "eslint-config-postcss": "^2.0.2", |
71 | | - "jest": "^22.0.3" |
72 | | - } |
73 | | -} |
| 1 | +{ |
| 2 | + "name": "postcss-node-sass", |
| 3 | + "version": "2.1.6", |
| 4 | + "description": "A PostCSS plugin to parse styles with node-sass", |
| 5 | + "main": "index.js", |
| 6 | + "license": "MIT", |
| 7 | + "repository": "https://github.com/arpadHegedus/postcss-node-sass.git", |
| 8 | + "homepage": "https://github.com/arpadHegedus/postcss-node-sass#readme", |
| 9 | + "bugs": "https://github.com/arpadHegedus/postcss-node-sass/issues", |
| 10 | + "keywords": [ |
| 11 | + "sass", |
| 12 | + "postcss", |
| 13 | + "postcss-plugin", |
| 14 | + "node-sass", |
| 15 | + "preprocessor", |
| 16 | + "libsass", |
| 17 | + "parse", |
| 18 | + "plugin", |
| 19 | + "scss", |
| 20 | + "css", |
| 21 | + "style" |
| 22 | + ], |
| 23 | + "author": { |
| 24 | + "name": "Arpad Hegedus", |
| 25 | + "email": "hegedus.arpad@gmail.com", |
| 26 | + "web": "http://arpadhegedus.com" |
| 27 | + }, |
| 28 | + "contributors": [ |
| 29 | + { |
| 30 | + "name": "Arpad Hegedus", |
| 31 | + "email": "hegedus.arpad@gmail.com", |
| 32 | + "web": "http://arpadhegedus.com" |
| 33 | + }, |
| 34 | + { |
| 35 | + "name": "Jonathan Neal", |
| 36 | + "email": "jonathantneal@hotmail.com", |
| 37 | + "web": "https://jonathantneal.github.io" |
| 38 | + } |
| 39 | + ], |
| 40 | + "maintainers": [ |
| 41 | + { |
| 42 | + "name": "Arpad Hegedus", |
| 43 | + "email": "hegedus.arpad@gmail.com", |
| 44 | + "web": "http://arpadhegedus.com" |
| 45 | + } |
| 46 | + ], |
| 47 | + "engines": { |
| 48 | + "node": ">=6.0.0" |
| 49 | + }, |
| 50 | + "scripts": { |
| 51 | + "test": "jest" |
| 52 | + }, |
| 53 | + "eslintConfig": { |
| 54 | + "extends": "eslint-config-postcss/es5", |
| 55 | + "env": { |
| 56 | + "jest": true |
| 57 | + } |
| 58 | + }, |
| 59 | + "jest": { |
| 60 | + "testURL": "http://localhost" |
| 61 | + }, |
| 62 | + "dependencies": { |
| 63 | + "merge-source-map": "^1.0.4", |
| 64 | + "node-sass": "^4.7.2", |
| 65 | + "postcss": "^6.0.14" |
| 66 | + }, |
| 67 | + "devDependencies": { |
| 68 | + "babel-eslint": "^8.0.3", |
| 69 | + "eslint": "^4.13.1", |
| 70 | + "eslint-config-postcss": "^2.0.2", |
| 71 | + "jest": "^22.0.3" |
| 72 | + } |
| 73 | +} |
0 commit comments