UNPKG

965 BJSONView Raw
1{
2 "name": "allons-y",
3 "version": "1.0.4",
4 "description": "Allons-y is a simple skeleton to package nodejs modules by feature.",
5 "license": "MIT",
6 "homepage": "https://allons-y.io",
7 "author": "CodeCorico <hello@codecorico.com>",
8 "bugs": "https://github.com/CodeCorico/allons-y/issues",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/CodeCorico/allons-y.git"
12 },
13 "engines": {
14 "node": ">=4.1",
15 "npm": ">=3.2"
16 },
17 "scripts": {
18 "postinstall": "node scripts/postinstall.js"
19 },
20 "devDependencies": {
21 "allons-y-dev-chore": "^1.0.0"
22 },
23 "dependencies": {
24 "async": "~2.0.1",
25 "chokidar": "^1.6.0",
26 "cli-color": "~1.1.0",
27 "commander": "~2.9.0",
28 "events-manager": "^1.1.2",
29 "extend": "~3.0.0",
30 "forever-monitor": "^1.7.0",
31 "fs-extra": "~0.30.0",
32 "glob": "^7.0.5",
33 "inquirer": "~1.1.2",
34 "jsonfile": "~2.3.1",
35 "mvw-injection": "~0.2.5",
36 "node-uuid": "^1.4.7"
37 }
38}