UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@armor/create-armor-ui",
3 "version": "1.0.0-beta.2",
4 "description": "A cli tool for generating Armor UI apps.",
5 "bin": "dist/index.js",
6 "preferGlobal": true,
7 "scripts": {
8 "dev": "nodemon --ignore dist/ --exec npm run build",
9 "build": "babel src --out-dir dist"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/armor/create-web-app.git"
14 },
15 "author": "",
16 "license": "ISC",
17 "files": [
18 "dist"
19 ],
20 "bugs": {
21 "url": "https://github.com/armor/create-web-app/issues"
22 },
23 "homepage": "https://github.com/armor/create-web-app#readme",
24 "devDependencies": {
25 "@babel/cli": "^7.0.0-beta.50",
26 "@babel/core": "^7.0.0-beta.49",
27 "@babel/preset-env": "^7.0.0-beta.49"
28 },
29 "dependencies": {
30 "child-process-promise": "^2.2.1",
31 "commander": "^2.15.1",
32 "common-tags": "^1.8.0",
33 "install-peerdeps": "^1.7.0",
34 "listr": "^0.14.1",
35 "lodash": "^4.17.10",
36 "nodemon": "^1.17.5",
37 "require-text": "0.0.1"
38 }
39}