UNPKG

2.16 kBJSONView Raw
1{
2 "name": "brunch",
3 "description": "Fast front-end web app build tool with simple declarative config, seamless incremental compilation for rapid development, an opinionated pipeline and workflow, and core support for source maps",
4 "version": "2.10.16",
5 "keywords": [
6 "assembler",
7 "builder",
8 "stack",
9 "pipeline",
10 "build tool",
11 "workflow",
12 "source map",
13 "incremental",
14 "config",
15 "react",
16 "webpack",
17 "browserify",
18 "grunt",
19 "gulp",
20 "broccoli",
21 "backbone",
22 "ember",
23 "angular",
24 "chaplin",
25 "html5"
26 ],
27 "homepage": "http://brunch.io/",
28 "author": "Brunch team (http://brunch.io)",
29 "repository": "https://github.com/brunch/brunch.git",
30 "bugs": "https://github.com/brunch/brunch/issues",
31 "license": "MIT",
32 "main": "./lib/index",
33 "files": [
34 "bin",
35 "lib"
36 ],
37 "bin": {
38 "brunch": "./bin/brunch"
39 },
40 "scripts": {
41 "lint": "eslint bin/brunch lib test",
42 "lint:fix": "eslint --fix bin/brunch lib test",
43 "test": "npm run lint && LOGGY_STACKS=1 ava -s --verbose --fail-fast",
44 "test:coverage": "nyc ava -s && nyc report --reporter=html"
45 },
46 "engines": {
47 "node": ">= 4.0",
48 "npm": ">= 3.0"
49 },
50 "dependencies": {
51 "anymatch": "^2.0",
52 "anysort": "~1.0",
53 "check-dependencies": "~1.0.1",
54 "chokidar": "^2",
55 "coffeescript": "~1.12.7",
56 "commander": "~2.9",
57 "commonjs-require-definition": "~0.6.2",
58 "deppack": "~0.8",
59 "debug": "^3.1.0",
60 "deps-install": "~0.1",
61 "fcache": "~0.3",
62 "init-skeleton": "~1.0",
63 "loggy": "~1.0.3",
64 "micro-es7-shim": "^0.1",
65 "micro-promisify": "~0.1",
66 "mkdirp": "~0.5",
67 "promise.prototype.finally": "^2",
68 "read-components": "~0.7",
69 "serve-brunch": "~0.2",
70 "since-app-start": "~0.3",
71 "skemata": "~0.1",
72 "source-map": "~0.5",
73 "universal-path": "^0.1"
74 },
75 "devDependencies": {
76 "ava": "~0.16",
77 "eslint": "^3",
78 "eslint-config-brunch": "^1",
79 "fixturify": "^0.2",
80 "fs-extra": "^0.30",
81 "nyc": "^13.0.0",
82 "rewire": "^2.5",
83 "test-console": "^1"
84 },
85 "eslintConfig": {
86 "extends": "brunch"
87 }
88}