UNPKG

1 kBJSONView Raw
1{
2 "name": "allons-y",
3 "version": "0.1.3",
4 "description": "Allons-y! is a webapps plateform installer that come from a S.F. movie.",
5 "main": "features/cli/cli.js",
6 "scripts": {
7 "start": "node features/cli/cli"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/CodeCorico/allons-y.git"
12 },
13 "keywords": [
14 "webapps",
15 "plateform",
16 "patterns",
17 "architecture",
18 "plumes"
19 ],
20 "author": "CodeCorico <hello@codecorico.com>",
21 "bin": {
22 "allons-y": "features/cli/cli"
23 },
24 "preferGlobal": true,
25 "bugs": {
26 "url": "https://github.com/CodeCorico/allons-y/issues"
27 },
28 "homepage": "https://github.com/CodeCorico/allons-y",
29 "dependencies": {
30 "async": "^0.9.2",
31 "cli-color": "^0.3.3",
32 "commander": "^2.8.1",
33 "dotenv": "^1.1.0",
34 "extend": "^2.0.1",
35 "fs-extra": "^0.18.4",
36 "glob": "^5.0.10",
37 "inquirer": "^0.8.5",
38 "jsonfile": "^2.0.1",
39 "mkdirp": "^0.5.1",
40 "semver": "^4.3.6"
41 },
42 "license": "MIT"
43}