-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "bpm-publish",
"version": "3.2.0",
"description": "put your bundled brainpm episodes on gh-pages ",
"main": "index.js",
"scripts": {
"test": "tape test/*.js|tap-spec && browserify integration-test.js|testling|tap-spec"
},
"keywords": [
"brainpm",
"bpm"
],
"author": "Jan Bölsche <[email protected]> (http://regular.codes)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/regular/bpm-publish.git"
},
"bugs": {
"url": "https://github.com/regular/bpm-publish/issues"
},
"homepage": "https://github.com/regular/bpm-publish#readme",
"dependencies": {
"JSONStream": "^1.0.4",
"debug": "^2.2.0",
"from2-array": "0.0.4",
"gh-pages": "^0.3.0",
"github-url": "^1.2.0",
"hyperquest": "^1.2.0",
"list-github-repos": "^1.0.0",
"lodash": "^3.10.0",
"map-stream": "0.0.6",
"parse-git-config": "^0.3.1",
"pull-stream": "^2.28.4",
"through": "^2.3.8"
},
"devDependencies": {
"beefy": "^2.1.5",
"browserify": "^11.0.1",
"concat-stream": "^1.5.0",
"tap-spec": "^4.0.2",
"tape": "^4.0.1",
"testling": "^1.7.1"
}
}