UNPKG

552 BJSONView Raw
1{
2 "name": "less-brunch",
3 "version": "1.7.2",
4 "description": "Adds LESS support to brunch.",
5 "author": "Paul Miller (http://paulmillr.com/)",
6 "homepage": "https://github.com/brunch/less-brunch",
7 "keywords": ["brunchplugin", "less", "stylesheet"],
8 "repository": {
9 "type": "git",
10 "url": "git@github.com:brunch/less-brunch.git"
11 },
12 "scripts": {
13 "test": "node_modules/.bin/mocha"
14 },
15 "dependencies": {
16 "less": "~1.6.3",
17 "progeny": "~0.1.1"
18 },
19 "devDependencies": {
20 "mocha": "1.11.0",
21 "chai": "1.7.0"
22 }
23}