UNPKG

646 BJSONView Raw
1{
2 "name": "@0x4447/tomato",
3 "version": "1.18.3",
4 "description": "🍅 Our personal default template for a ExpressJS projects",
5 "main": "./index",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/0x4447/0x4447-node-cli-tomato"
12 },
13 "bin": {
14 "tomato": "./index.js"
15 },
16 "keywords": [
17 "express",
18 "generator",
19 "0x4447",
20 "template"
21 ],
22 "author": {
23 "name": "0x4447",
24 "email": "hello@0x4447.com",
25 "url": "https://0x4447.com"
26 },
27 "license": "MIT",
28 "dependencies": {
29 "mocha": "4.1.0",
30 "ncp": "2.0.0",
31 "terminal-kit": "1.11.1"
32 }
33}