UNPKG

1.09 kBJSONView Raw
1{
2 "name": "formide-cli",
3 "version": "0.1.27",
4 "description": "CLI for creating and publishing FORMIDE apps",
5 "main": "main.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/PRINTR3D/formide-cli.git"
12 },
13 "keywords": [
14 "formide",
15 "printr",
16 "formideos",
17 "cli",
18 "node",
19 "commander"
20 ],
21 "author": "Chris ter Beke <chris@printr.nl>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/PRINTR3D/formide-cli/issues"
25 },
26 "homepage": "https://github.com/PRINTR3D/formide-cli",
27 "dependencies": {
28 "body-parser": "^1.12.4",
29 "colors": "^1.1.0",
30 "commander": "^2.8.1",
31 "express": "^4.12.4",
32 "fs-extra": "^0.18.4",
33 "inquirer": "^0.8.3",
34 "jsop": "^0.3.1",
35 "open": "0.0.5",
36 "path-extra": "^1.0.3",
37 "portfinder": "^0.4.0",
38 "request": "^2.57.0",
39 "tar-fs": "^1.5.1",
40 "tmp": "0.0.26",
41 "underscore": "^1.8.3"
42 },
43 "engines": {
44 "node": ">= 0.12.0"
45 },
46 "bin": {
47 "formide": "bin/formide"
48 }
49}