-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.22 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.22 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
{
"name": "mindstack-cli",
"version": "0.1.3",
"description": "CLI tool for creating and developing with Mind Stack",
"main": "src/index.js",
"bin": {
"mindstack": "./src/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Truemedia/mindstack-cli.git"
},
"keywords": [
"mindstack",
"cli",
"scaffolding",
"commands",
"tools"
],
"author": "Wade Penistone",
"license": "ISC",
"bugs": {
"url": "https://github.com/Truemedia/mindstack-cli/issues"
},
"homepage": "https://github.com/Truemedia/mindstack-cli#readme",
"devDependencies": {
"auto-plug": "^1.2.0",
"change-case": "^3.1.0",
"execa": "^1.0.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^7.0.1",
"gulp": "^4.0.0",
"gulp-add-src": "^1.0.0",
"gulp-file": "^0.4.0",
"gulp-rename": "^1.4.0",
"gulp-template": "^5.0.0",
"hosted-git-info": "^2.7.1",
"i18n-locales": "0.0.2",
"inquirer": "^6.2.1",
"lazypipe": "^1.0.2",
"pofile": "^1.0.11",
"url": "^0.11.0",
"yargs": "^12.0.5"
},
"dependencies": {
"signale": "^1.3.0",
"stream-render-pipeline": "0.0.4"
}
}