UNPKG

585 BJSONView Raw
1{
2 "name": "less-brunch",
3 "version": "1.5.1",
4 "description": "Adds LESS support to brunch.",
5 "author": "Paul Miller (http://paulmillr.com/)",
6 "homepage": "https://github.com/brunch/less-brunch",
7 "repository": {
8 "type": "git",
9 "url": "git@github.com:brunch/less-brunch.git"
10 },
11 "main": "./lib/index",
12 "scripts": {
13 "prepublish": "node setup.js prepublish",
14 "postpublish": "node setup.js postpublish",
15 "test": "node setup.js test"
16 },
17 "dependencies": {
18 "less": "1.3.x"
19 },
20 "devDependencies": {
21 "mocha": "1.8.1",
22 "chai": "1.4.2"
23 }
24}