UNPKG

1.41 kBJSONView Raw
1{
2 "name": "angu-cli",
3 "version": "0.1.2",
4 "description": "cli for rapid web development",
5 "scripts": {
6 "test": "mocha test/test.js"
7 },
8 "bin": {
9 "angular": "bin/angular",
10 "angular-init": "bin/angular-init",
11 "angular-list": "bin/angular-list"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/Fang-fs/angu-cli.git"
16 },
17 "author": "ff",
18 "license": "ISC",
19 "bugs": {
20 "url": "https://github.com/Fang-fs/angu-cli.git/issues"
21 },
22 "devDependencies": {
23 "chai": "^4.1.2",
24 "eslint": "^3.19.0",
25 "eslint-plugin-vue-libs": "^1.2.1",
26 "execa": "^0.8.0",
27 "mocha": "^3.5.3"
28 },
29 "dependencies": {
30 "async": "^2.4.0",
31 "chalk": "^2.1.0",
32 "coffee-script": "1.12.7",
33 "commander": "^2.9.0",
34 "consolidate": "^0.14.0",
35 "download-git-repo": "^1.0.1",
36 "handlebars": "^4.0.5",
37 "inquirer": "^3.3.0",
38 "metalsmith": "^2.1.0",
39 "minimatch": "^3.0.0",
40 "multimatch": "^2.1.0",
41 "ora": "^1.3.0",
42 "read-metadata": "^1.0.0",
43 "request": "^2.67.0",
44 "rimraf": "^2.5.0",
45 "semver": "^5.1.0",
46 "tildify": "^1.2.0",
47 "uid": "0.0.2",
48 "user-home": "^2.0.0",
49 "validate-npm-package-name": "^3.0.0"
50 },
51 "engines": {
52 "node": ">=6.0.0"
53 },
54 "homepage": "https://github.com/Fang-fs/angu-cli#readme",
55 "main": "index.js",
56 "directories": {
57 "doc": "docs",
58 "test": "test"
59 }
60}