forked from larvit/larvitfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.12 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
55
56
57
58
{
"author": {
"name": "Mikael 'Lilleman' Göransson",
"email": "[email protected]",
"url": "http://github.com/larvit/larvitfs"
},
"private": false,
"contributors": [],
"dependencies": {
"winston": "^2.2.0"
},
"description": "Cascading filesystem for node.js",
"devDependencies": {
"eslint": "^3.5.0",
"mocha": "^3.0.2",
"pre-git": "^3.10.0",
"test_module": "file:test_module"
},
"pre-commit": [
"npm test",
"eslint ./"
],
"keywords": [
"router",
"regexp",
"async"
],
"main": "index.js",
"name": "larvitfs",
"repository": {
"url": "https://github.com/larvit/larvitfs",
"type": "git"
},
"version": "1.0.1",
"bugs": {
"url": "https://github.com/larvit/larvitfs/issues"
},
"homepage": "https://github.com/larvit/larvitfs",
"scripts": {
"test": "mocha"
},
"license": "MIT",
"maintainers": [
{
"name": "lilleman",
"email": "[email protected]"
}
],
"config": {
"pre-git": {
"commit-msg": [],
"pre-commit": [],
"pre-push": [],
"post-commit": [],
"post-merge": []
}
}
}