-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
{
"name": "quilk",
"version": "2.10.0",
"description": "quilk, an easy to understand client side file builder from in-built CommonJS modules for es6, es5, SASS, LESS, rsync and a whole bunch more",
"scripts": {
"build:toc": "npx doctoc ./",
"prepublishOnly": "npm run build:toc"
},
"author": "John Carmichael",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/j-d-carmichael/quilk"
},
"main": "main.js",
"bin": {
"quilk": "./bin/quilk.js"
},
"files": [
"bin",
"lib"
],
"homepage": "https://j-d-carmichael.github.io/quilk/",
"dependencies": {
"ansi-html": "^0.0.9",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"chokidar": "^3.5.3",
"cli-color": "^2.0.3",
"cli-spinner": "^0.2.10",
"commander": "^6.2.1",
"concat-files": "^0.1.1",
"fs-extra": "^11.2.0",
"fs.extra": "^1.3.2",
"javascript-natural-sort": "^0.7.1",
"jdc-node-cliarg-reader": "^1.0.3",
"jsonfile": "^6.1.0",
"lodash": "^4.17.21",
"lodash-deep": "^2.0.0",
"node-minify": "^2.4.2",
"node-notifier": "^9.0.1",
"node-sass": "^8.0.0",
"nodemailer": "^6.6.3",
"nodemailer-sendmail-transport": "^1.0.2",
"npm-tool-version-check": "^1.2.0",
"q": "^1.5.1",
"recursive-readdir": "^2.2.3",
"request": "^2.88.2",
"resolve": "^1.22.8",
"strip-comments": "^2.0.1"
}
}