UNPKG

1.76 kBJSONView Raw
1{
2 "name": "bob",
3 "description": "Convention-based build tool for node.js projects.",
4 "keywords": [
5 "build",
6 "lint",
7 "test",
8 "coverage",
9 "publish"
10 ],
11 "version": "1.1.0",
12 "homepage": "http://github.com/cliffano/bob",
13 "author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)",
14 "contributors": [
15 "All contributors (https://github.com/cliffano/bob/graphs/contributors)"
16 ],
17 "main": "./lib/bob",
18 "bin": {
19 "bob": "./bin/bob"
20 },
21 "preferGlobal": true,
22 "repository": {
23 "type": "git",
24 "url": "http://github.com/cliffano/bob.git"
25 },
26 "bugs": {
27 "url": "http://github.com/cliffano/bob/issues"
28 },
29 "directories": {
30 "bin": "./bin",
31 "lib": "./lib",
32 "test": "./test"
33 },
34 "dependencies": {
35 "async": "^2.6.2",
36 "bagofcli": "^1.1.0",
37 "canihaz-pakkunbot": "^1.0.1",
38 "colors": "^1.3.3",
39 "jazz": "^0.0.18",
40 "jsdoc": "^3.5.5",
41 "jshint": "^2.10.2",
42 "madge": "^3.4.4",
43 "minami": "^1.2.3",
44 "mkdirp": "^0.5.1",
45 "mocha": "^6.1.2",
46 "mocha-istanbul": "^0.3.0",
47 "pkjutil": "^1.0.1",
48 "plato": "^1.7.0",
49 "rimraf": "^2.6.3",
50 "tar.gz": "^1.0.7"
51 },
52 "optDependencies": {
53 "ae86": "^1.0.2",
54 "buildbranch": "^2.0.1",
55 "buster-istanbul": "^0.1.15",
56 "buster": "^0.7.18",
57 "cmdt": "^1.0.0",
58 "complexity-report": "^2.0.0-alpha",
59 "dox-foundation": "^0.5.6",
60 "esvalidate": "^0.1.3",
61 "jscheckstyle": "^0.0.9",
62 "nodelint": "^0.6.2",
63 "nodeunit": "^0.11.3",
64 "sendman": "^1.0.1",
65 "vows": "^0.8.2"
66 },
67 "devDependencies": {
68 "buster-node": "^0.7.1",
69 "proxyquire": "^2.1.0",
70 "referee": "^1.2.0"
71 },
72 "scripts": {},
73 "engines": {
74 "node": "'>= 10.0.0'"
75 },
76 "license": "MIT"
77}