-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.03 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
{
"name": "pcman",
"version": "0.0.1",
"description": "PCMan BBS Client library in JavaScript",
"main": "index.js",
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp test",
"coverage": "gulp coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/pcman-bbs/pcman.js.git"
},
"keywords": [
"bbs"
],
"author": "PCMan BBS Development Team",
"license": "(GPL-2.0 AND MIT)",
"files": [
"build",
"lib",
"AUTHORS",
"index.js"
],
"bugs": {
"url": "https://github.com/pcman-bbs/pcman.js/issues"
},
"devDependencies": {
"babel": "^5.8.19",
"chai": "^3.2.0",
"coveralls": "^2.11.3",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-jshint": "^1.11.2",
"gulp-sequence": "^0.4.0",
"gulp-shell": "^0.4.2",
"gulp-spawn-mocha": "^2.2.1",
"isparta": "^3.0.3",
"jshint-stylish": "^2.0.1",
"mocha": "^2.2.5",
"sinon": "^1.15.4"
},
"dependencies": {
"bunyan": "^1.4.0",
"stream-blackhole": "^1.0.3"
}
}