-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1000 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
41
42
43
{
"name": "larvitfs",
"version": "2.3.2",
"description": "Cascading filesystem for node.js",
"main": "index",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/tape/bin/tape ./test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larvit/larvitfs.git"
},
"keywords": [
"fs",
"virtualfs",
"cascladingfs"
],
"author": {
"name": "Mikael 'Lilleman' Göransson",
"email": "[email protected]",
"url": "https://github.com/larvit/larvitbase"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/larvit/larvitfs/issues"
},
"homepage": "https://github.com/larvit/larvitfs#readme",
"devDependencies": {
"coveralls": "3.0.2",
"eslint": "5.14.1",
"istanbul": "0.4.5",
"tape": "4.10.1",
"tape-eslint": "1.2.1",
"test_module": "file:test_module",
"test_environment": "file:test/test_environment/1"
},
"dependencies": {
"larvitutils": "^2.1.0"
}
}