-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1005 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": "sulphur",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"coffeescript": "^2.5.0",
"colors": "^1.4.0",
"commander": "^4.1.1",
"csvtojson": "^2.0.10",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-git": "^2.9.0",
"gulp-newer": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.8.0",
"gulp-util": "^3.0.7",
"ip": "^1.1.5",
"jayson": "^2.1.2",
"json2xls": "^0.1.2",
"json5": "^2.1.1",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"mustache": "^4.0.0",
"rimraf": "^2.6.2",
"simple-git": "^1.132.0",
"tcp-port-used": "^1.0.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.5",
"xls-to-json": "^0.5.4",
"xlsx2json": "^1.0.0"
},
"devDependencies": {
"@types/node": "^13.7.4"
}
}