UNPKG

1 kBJSONView Raw
1{
2 "homepage": "https://github.com/knitjs/knit#readme",
3 "license": "MIT",
4 "bugs": {
5 "url": "https://github.com/knitjs/knit/issues"
6 },
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/knitjs/knit.git"
10 },
11 "engines": {
12 "node": ">=4",
13 "npm": ">=3"
14 },
15 "author": {
16 "name": "Shane Wilson"
17 },
18 "private": false,
19 "name": "@knit/knit",
20 "description": "Knit together packages using Yarn",
21 "version": "0.5.0",
22 "bin": {
23 "knit": "./bin/cli.js"
24 },
25 "dependencies": {
26 "@knit/common-tasks": "0.5.0",
27 "@knit/find-dependencies": "0.5.0",
28 "@knit/knit-core": "0.5.0",
29 "@knit/logger": "0.5.0",
30 "@knit/needle": "0.5.0",
31 "@knit/nice-errors": "0.5.0",
32 "@knit/path-join": "0.5.0",
33 "@knit/read-pkg": "0.5.0",
34 "@knit/yarn-utils": "0.5.0",
35 "chalk": "1.1.3",
36 "execa": "^0.6.0",
37 "listr": "^0.12.0",
38 "read-pkg-up": "2.0.0",
39 "update-notifier": "^2.1.0",
40 "write-pkg": "^3.0.1",
41 "yargs": "^8.0.1"
42 }
43}