UNPKG

1.18 kBJSONView Raw
1{
2 "name": "wfilesencoders",
3 "version": "0.3.77",
4 "engine": "node >= 8.0.0",
5 "description": "Collection of files transformers for Files module. Use it to read configs in different formats.",
6 "license": "MIT",
7 "author": "Kostiantyn Wandalen <wanalen@willbe.so>",
8 "contributors": [
9 {
10 "name": "Kostiantyn Wandalen",
11 "email": "wanalen@willbe.so"
12 }
13 ],
14 "main": "proto/dwtools/amid/files/l1/EncodersExtended.s",
15 "files": [
16 "proto/dwtools/amid/files",
17 "proto/dwtools/Tools.s",
18 "production"
19 ],
20 "scripts": {
21 "test": "wtest .run proto/**",
22 "docgen": "wdocgen proto"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/Wandalen/wFilesEncoders.git"
27 },
28 "bugs": {
29 "url": "https://github.com/Wandalen/wFilesEncoders/issues"
30 },
31 "dependencies": {
32 "wTools": "",
33 "wFiles": "",
34 "wgdfstrategy": "",
35 "coffee-script": "",
36 "js2coffee": "",
37 "js-yaml": "",
38 "bson": ""
39 },
40 "devDependencies": {
41 "wTesting": "",
42 "cli-table2": ""
43 },
44 "keywords": [
45 "wTools",
46 "wFiles",
47 "wFilesEncoders",
48 "Files transformers",
49 "file",
50 "read file",
51 "write file"
52 ]
53}