UNPKG

560 BJSONView Raw
1{
2 "name": "cogs",
3 "version": "4.4.8",
4 "author": "Casey Foster <c@sey.me>",
5 "description": "The fast file transform pipeline.",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/caseywebdev/cogs"
10 },
11 "bin": {
12 "cogs": "bin/cogs"
13 },
14 "dependencies": {
15 "chalk": "2",
16 "commander": "2",
17 "glob": "7",
18 "minimatch": "3",
19 "mkdirp": "0.5",
20 "npath": "1",
21 "underscore": "1",
22 "watchy": "0.9"
23 },
24 "devDependencies": {
25 "jest": "23"
26 },
27 "scripts": {
28 "test": "bin/test"
29 }
30}