UNPKG

1.22 kBJSONView Raw
1{
2 "name": "baconize",
3 "version": "2.2.2",
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 --timeout 5000",
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": "^4.5.0",
32 "checkdir": "^1.0.0",
33 "micromatch": "^2.3.11",
34 "mkdirp": "^0.5.1",
35 "path-complete-extname": "^0.1.0",
36 "readdirp": "2.0.1",
37 "rimraf": "^2.5.3",
38 "through2": "^2.0.0",
39 "when": "^3.7.4"
40 },
41 "devDependencies": {
42 "babel-core": "^6.14.0",
43 "babel-preset-es2015": "^6.14.0",
44 "coffee-script": "^1.10.0",
45 "jade": "^1.11.0",
46 "mocha": "^2.5.3",
47 "stylus": "^0.54.5",
48 "unexpected": "^10.13.3"
49 }
50}