This repository has been archived by the owner on May 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.69 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
59
60
61
62
63
64
65
66
67
{
"name": "socko-converter-file",
"version": "1.1.1",
"description": "Converting file hierarchies to SOCKO! nodes",
"keywords": [
"socko",
"socko-converter",
"file",
"hierarchy"
],
"author": "Dennis Ploeger <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:dodevops/socko-converter-file.git"
},
"files": [
"index.d.ts",
"index.js",
"index.js.map",
"lib/**/*.js",
"lib/**/*.js.map",
"lib/**/*.d.ts"
],
"dependencies": {
"bluebird": "^3.5.1",
"loglevel": "^1.6.0",
"file-hierarchy": "^2.0.0",
"xregexp": "^3.2.0",
"socko-api": "^1.1.1",
"fs-extra": "^5.0.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.18",
"@types/chai": "^4.0.10",
"@types/chai-as-promised": "^7.1.0",
"@types/del": "^3.0.0",
"@types/fs-extra": "^5.0.0",
"@types/loglevel": "^1.5.3",
"@types/mocha": "^2.2.44",
"@types/node": "^8.9.5",
"@types/temp-fs": "^0.9.28",
"@types/xregexp": "^3.0.29",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-files": "^1.4.0",
"del": "^3.0.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-coveralls": "^1.0.1",
"grunt-istanbul": "^0.8.0",
"grunt-mocha-test": "^0.13.3",
"grunt-ts": "^6.0.0-beta.19",
"grunt-tslint": "^5.0.1",
"grunt-typedoc": "^0.2.4",
"mocha": "^4.0.1",
"remap-istanbul": "^0.9.5",
"temp-fs": "^0.9.9",
"tslint": "^5.8.0",
"tslint-config-standard": "^7.0.0",
"typedoc": "^0.11.1",
"typedoc-plugin-external-module-map": "0.0.7",
"typescript": "^2.6.2",
"marked": "^0.3.17"
}
}