UNPKG

1.54 kBJSONView Raw
1{
2 "name": "postcss-less",
3 "version": "0.7.0",
4 "description": "LESS parser for PostCSS",
5 "keywords": [
6 "css",
7 "postcss",
8 "postcss-syntax",
9 "parser",
10 "less"
11 ],
12 "author": "Denys Kniazevych <webschik@gmail.com>",
13 "contributors": [
14 "Andrew Powell <andrew@shellscape.org>",
15 "Pat Sissons <patricksissons@gmail.com>"
16 ],
17 "license": "MIT",
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/webschik/postcss-less.git"
21 },
22 "bugs": {
23 "url": "https://github.com/webschik/postcss-less/issues"
24 },
25 "homepage": "https://github.com/webschik/postcss-less#readme",
26 "scripts": {
27 "test": "./node_modules/.bin/gulp test:all",
28 "prepublish": "./node_modules/.bin/gulp dist"
29 },
30 "dependencies": {
31 "postcss": "^5.0.19"
32 },
33 "devDependencies": {
34 "babel-core": "^6.7.2",
35 "babel-eslint": "^6.0.0",
36 "babel-plugin-add-module-exports": "^0.1.2",
37 "babel-preset-es2015": "^6.6.0",
38 "babel-register": "^6.7.2",
39 "chai": "^3.5.0",
40 "eslint": "^2.5.1",
41 "eslint-config-strict": "^8.5.0",
42 "eslint-plugin-filenames": "^0.2.0",
43 "gulp": "^3.9.1",
44 "gulp-babel": "^6.1.2",
45 "gulp-eslint": "^2.0.0",
46 "gulp-jscs": "^3.0.2",
47 "gulp-json-editor": "2.2.1",
48 "gulp-mocha": "^2.2.0",
49 "gulp-rename": "^1.2.2",
50 "gulp-rimraf": "^0.2.0",
51 "gulp-uglify": "^1.5.3",
52 "gulp-util": "^3.0.7",
53 "less": "^2.6.1",
54 "mocha": "^2.4.5",
55 "postcss-parser-tests": "^5.0.6",
56 "run-sequence": "^1.1.5",
57 "through": "^2.3.8"
58 }
59}