-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·54 lines (54 loc) · 1.39 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
54
{
"name": "steamer-plugin-jb",
"version": "2.0.4",
"description": "commands for AlloyTeam JB system",
"main": "index.js",
"bin": "index.js",
"scripts": {
"lint": "eslint index.js",
"test": "npm run lint && mocha ./test/test.js",
"cover": "istanbul cover --hook-run-in-context node_modules/mocha/bin/_mocha ./test/test.js --bail --sort --reporter dot",
"travis": "npm run cover -- --report lcovonly"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steamerjs/steamer-plugin-jb.git"
},
"keywords": [
"steamer"
],
"author": "steamerjs",
"license": "MIT",
"bugs": {
"url": "https://github.com/steamerjs/steamer-plugin-jb/issues"
},
"homepage": "https://github.com/steamerjs/steamer-plugin-jb#readme",
"dependencies": {
"chalk": "^2.4.1",
"inquirer": "^5.2.0",
"lodash.merge": "^4.6.1",
"request": "^2.85.0",
"simple-git": "^1.92.0",
"steamer-plugin": "^1.0.2"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"bluebird": "^3.5.1",
"codecov.io": "^0.1.6",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"eslint-config-alloy": "^1.4.2",
"expect.js": "^0.3.1",
"fs-extra": "^6.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.1.1",
"mocha-lcov-reporter": "^1.3.0",
"sinon": "^5.0.3"
},
"engines": {
"node": ">=6.4.0"
},
"peerDependencies": {
"steamerjs": "^2.0.0"
}
}