UNPKG

1.65 kBJSONView Raw
1{
2 "name": "composer",
3 "description": "API-first task runner with three methods: task, run and watch.",
4 "version": "0.6.0",
5 "homepage": "https://github.com/jonschlinkert/composer",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/composer",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/composer/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js",
14 "lib"
15 ],
16 "main": "index.js",
17 "engines": {
18 "node": ">=0.10.0"
19 },
20 "scripts": {
21 "test": "mocha"
22 },
23 "dependencies": {
24 "bach": "^0.4.1",
25 "chokidar": "^1.2.0",
26 "component-emitter": "^1.2.0",
27 "extend-shallow": "^2.0.1",
28 "isobject": "^2.0.0",
29 "lazy-cache": "^0.2.3",
30 "nanoseconds": "^0.1.0",
31 "session-cache": "^0.2.0"
32 },
33 "devDependencies": {
34 "assemble-loader": "^0.2.2",
35 "assemble-render-file": "^0.1.1",
36 "assemble-streams": "^0.2.0",
37 "async": "^1.4.2",
38 "bluebird": "^2.10.2",
39 "composer-runtimes": "^0.4.1",
40 "engine-handlebars": "^0.8.0",
41 "gulp": "^3.9.0",
42 "gulp-extname": "^0.2.0",
43 "gulp-istanbul": "^0.10.2",
44 "gulp-jshint": "^1.11.2",
45 "gulp-mocha": "^2.1.3",
46 "jshint-stylish": "^2.0.1",
47 "mocha": "^2.3.3",
48 "parser-front-matter": "^1.3.0",
49 "templates": "^0.3.7",
50 "through2": "^2.0.0",
51 "write": "^0.2.1"
52 },
53 "keywords": [
54 "build",
55 "build-system",
56 "compose",
57 "flow",
58 "run",
59 "system",
60 "task",
61 "workflow"
62 ],
63 "verb": {
64 "related": {
65 "list": [
66 "verb",
67 "templates",
68 "assemble",
69 "generate",
70 "update"
71 ]
72 }
73 }
74}