-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.92 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
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "quick-coding",
"version": "0.0.4",
"description": "quick coding for js",
"main": "index.js",
"bin": {
"quick-coding": "./bin/quick-coding.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/xinggangling/quick-coding"
},
"keywords": [
"node",
"file"
],
"author": "0xg",
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"chai": "^4.2.0",
"fs-extra": "^7.0.1",
"through2": "^3.0.0",
"vinyl-fs": "^3.0.3"
},
"dependencies": {
"acorn": "^5.4.1",
"acorn-dynamic-import": "^3.0.0",
"async": "^2.6.0",
"@babel/code-frame": "^7.0.0",
"chalk": "^2.3.0",
"chokidar": "^1.6.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"compare-versions": "^3.0.0",
"consolidate": "^0.15.0",
"css": "^2.2.4",
"download": "^6.2.5",
"download-git-repo": "^1.0.2",
"enhanced-resolve": "^4.1.0",
"handlebars": "^4.0.11",
"hash-sum": "^1.0.2",
"htmlhint": "^0.9.13",
"htmlparser2": "^3.9.2",
"ignore": "^3.2.0",
"inquirer": "^5.0.1",
"js-base64": "^2.1.9",
"loader-utils": "^1.1.0",
"metalsmith": "^2.3.0",
"mkdirp": "^0.5.1",
"multimatch": "^2.1.0",
"ncp": "^2.0.0",
"npmlog": "^4.1.2",
"ora": "^1.4.0",
"postcss": "^5.2.16",
"postcss-selector-parser": "^2.2.3",
"read-metadata": "^1.0.0",
"request": "^2.67.0",
"tildify": "^1.2.0",
"time-ago": "^0.2.1",
"tty-table": "^2.5.5",
"update-notifier": "^1.0.2",
"user-home": "^2.0.0",
"validate-npm-package-name": "^3.0.0",
"vue-template-compiler": "^2.5.16",
"vue-template-es2015-compiler": "^1.6.0",
"webpack-sources": "^1.1.0",
"which": "^1.3.1"
},
"engines": {
"node": ">=5.0.0"
}
}