-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "brainpm",
"version": "2.2.1",
"description": "a package manager for the brain",
"bin": {
"bpm": "cli/index.js"
},
"scripts": {
"test": "tape test/*.js | tap-spec"
},
"author": "Jan Bölsche",
"license": "ISC",
"dependencies": {
"async": "^1.0.0",
"bpm-bundle": "^1.2.0",
"bpm-init": "^1.0.0",
"bpm-publish": "^3.1.2",
"chalk": "^1.0.0",
"columnify": "^1.4.1",
"concat-stream": "^1.5.0",
"debug": "^2.2.0",
"glob": "^5.0.3",
"init-package-json": "^1.3.0",
"lodash": "^3.6.0",
"map": "0.0.3",
"map-stream": "0.0.6",
"markdownify": "^0.1.0",
"moment": "^2.9.0",
"nopt": "^3.0.1",
"npm": "^2.7.3",
"progress-pipeline": "^1.4.0",
"pull-stream": "^2.28.4",
"pw": "0.0.4",
"rc": "^1.0.0",
"request": "^2.54.0",
"shellby": "^0.2.0",
"term-spinner": "^1.0.0",
"terminal-status-board": "^1.4.0"
},
"main": "index.js",
"devDependencies": {
"tap-spec": "^3.0.0",
"tape": "^3.5.0"
},
"repository": {
"type": "git",
"url": "git://github.com/regular/bpm.git"
},
"bugs": {
"url": "https://github.com/regular/bpm/issues"
},
"homepage": "https://github.com/regular/bpm"
}