-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 963 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "postcss-less-engine",
"version": "0.6.2",
"description": "PostCSS plugin for integrating the popular Less CSS pre-processor into your PostCSS workflow",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"less",
"less-plugin"
],
"author": "Matthew Dean <hello@getcrunch.co>",
"license": "MIT",
"repository": "Crunch/postcss-less",
"bugs": {
"url": "https://github.com/Crunch/postcss-less/issues"
},
"homepage": "https://github.com/Crunch/postcss-less",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.3.6",
"ava": "^0.4.2",
"chai": "^3.5.0",
"eslint": "^1.9.0",
"gulp": "^3.9.0",
"gulp-mocha": "^2.2.0",
"gulp-postcss": "^6.1.1",
"gulp-util": "^3.0.7",
"less": "^2.7.1",
"less-plugin-future-compat": "^1.0.0",
"postcss": "^5.0.10",
"postcss-clean": "^1.0.2",
"postcss-reporter": "^1.4.1"
},
"scripts": {
"test": "gulp test"
}
}