forked from ct-js/ct-js-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "ctjsbuildenvironment",
"version": "1.0.1",
"description": "",
"directories": {
"doc": "docs"
},
"scripts": {
"lint": "gulp lint",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"author": "Cosmo Myzrail Gorynych",
"homepage": "https://ctjs.rocks/",
"repository": {
"type": "git",
"url": "https://github.com/ct-js/ct-js.git"
},
"license": "MIT",
"dependencies": {
"filemode": "^3.0.0",
"fs-extra": "4.0.2",
"globby": "^10.0.1",
"gulp": "^4.0.2",
"gulp-append-prepend": "^1.0.4",
"gulp-chmod": "^3.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-if": "^2.0.2",
"gulp-pug": "^3.3.0",
"gulp-riot": "^1.1.4",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylint": "^4.0.2",
"gulp-stylus": "^2.7.0",
"gulp-zip": "^5.0.0",
"minimist": "^1.2.0",
"node-notifier": "^5.2.1",
"nw-builder": "^3.5.7",
"pug": "^2.0.3",
"pug-lint-config-clock": "^2.0.0",
"riot": "^3.13.2",
"streamqueue": "^1.1.2",
"stylint-stylish": "^2.0.0",
"stylus": "^0.54.5"
}
}