-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 973 Bytes
/
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
{
"name": "luster-log-file",
"version": "0.2.3",
"description": "Stream luster master and workers output to files",
"main": "./lib/extension.js",
"scripts": {
"test": "jshint --config ./.jshintrc ./lib ./test && jscs ./lib ./test && mocha -u bdd test"
},
"repository": {
"type": "git",
"url": "git://github.com/nodules/luster-log-file.git"
},
"keywords": [
"luster",
"logger",
"log"
],
"author": "Phillip Kovalev <[email protected]> (https://github.com/kaero)",
"maintainers": [
"Phillip Kovalev <[email protected]> (https://github.com/kaero)"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/nodules/luster-log-file/raw/master/LICENSE"
}
],
"readmeFilename": "README.md",
"dependencies": {
"mkdirp": "0.3.x"
},
"peerDependencies": {
"luster": ">=0.3.1"
},
"devDependencies": {
"jscs": ">=1.0.5",
"jshint": "^2.5.10",
"mocha": "^2.0.1"
}
}