This repository was archived by the owner on Jan 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.25 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.25 KB
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
{
"name": "chare",
"version": "3.2.2",
"description": "A simple CLI scaffolding for front-end projects.",
"bin": {
"chare": "bin/chare",
"chare-init": "bin/chare-init",
"chare-token": "bin/chare-token"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwqs/chare.git"
},
"keywords": [
"chare",
"cli",
"spa",
"scaffold",
"front end scaffold"
],
"author": "dwqs",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwqs/chare/issues"
},
"homepage": "https://github.com/dwqs/chare#readme",
"main": "src/index.js",
"scripts": {},
"dependencies": {
"async": "^2.1.4",
"axios": "^0.15.3",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"consolidate": "^0.14.5",
"download-git-repo": "^0.2.1",
"handlebars": "^4.0.6",
"inquirer": "^2.0.0",
"metalsmith": "^2.3.0",
"minimatch": "^3.0.0",
"ora": "^0.4.0",
"read-metadata": "^1.0.0",
"rimraf": "^2.5.4",
"semver": "^5.3.0",
"shelljs": "^0.7.8",
"uuid": "^3.0.1",
"validate-npm-package-name": "^2.2.2"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0"
},
"engines": {
"node": ">=6.0.0"
}
}