-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1.01 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
{
"name": "steamer-pluginutils",
"version": "1.3.0",
"description": "steamer plugin utils",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"test": "npm run lint && mocha",
"cover": "istanbul cover _mocha",
"travis": "npm run cover -- --report lcovonly"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SteamerTeam/steamer-pluginutils.git"
},
"keywords": [
"steamer"
],
"author": "SteamerTeam",
"license": "MIT",
"bugs": {
"url": "https://github.com/SteamerTeam/steamer-pluginutils/issues"
},
"homepage": "https://github.com/SteamerTeam/steamer-pluginutils#readme",
"dependencies": {
"chalk": "^2.0.1",
"cross-spawn": "^5.1.0",
"fs-extra": "^4.0.1",
"global-modules": "^1.0.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"codecov.io": "^0.1.6",
"coveralls": "^2.13.1",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
"mocha": "^3.5.0",
"mocha-lcov-reporter": "^1.3.0",
"sinon": "^2.4.1"
}
}