UNPKG

1.07 kBJSONView Raw
1{
2 "name": "baconize",
3 "version": "1.2.0",
4 "description": "Compile static site for production (with sourcemaps), auto-compiles files like `app.coffee -> app.js`",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "mocha",
8 "example": "node examples/compile-site.js"
9 },
10 "keywords": [
11 "compile",
12 "transpile",
13 "precompile",
14 "coffeescript",
15 "jade",
16 "stylus",
17 "less",
18 "sass"
19 ],
20 "author": "Dave Jeffery <dave@davejeffery.com>",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/davej/baconize/issues"
24 },
25 "homepage": "https://github.com/davej/baconize",
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/davej/baconize.git"
29 },
30 "dependencies": {
31 "baby-tolk": "^3.0.1",
32 "micromatch": "^2.2.0",
33 "mkdirp": "^0.5.1",
34 "readdirp": "^2.0.0",
35 "rimraf": "^2.4.3",
36 "through2": "^2.0.0",
37 "when": "^3.7.4"
38 },
39 "devDependencies": {
40 "coffee-script": "^1.10.0",
41 "jade": "^1.11.0",
42 "mocha": "^2.3.3",
43 "stylus": "^0.54.5",
44 "unexpected": "^10.0.2"
45 }
46}