UNPKG

647 BJSONView Raw
1{
2 "name": "LiveScript-brunch",
3 "version": "1.2.0",
4 "description": "Adds LiveScript support to brunch.",
5 "author": "Paul Miller (http://paulmillr.com/)",
6 "homepage": "https://github.com/brunch/LiveScript-brunch",
7 "repository": {
8 "type": "git",
9 "url": "git@github.com:brunch/LiveScript-brunch.git"
10 },
11 "main": "./lib/index",
12 "scripts": {
13 "postinstall": "node setup.js postinstall",
14 "test": "node setup.js test"
15 },
16 "engines": {
17 "node": "~0.6.10"
18 },
19 "dependencies": {
20 "coffee-script": "1.3.3",
21 "LiveScript": "0.9.3"
22 },
23 "devDependencies": {
24 "mocha": "0.12.1",
25 "expect.js": "0.1.2"
26 }
27}