UNPKG

760 BJSONView Raw
1{
2 "name": "module",
3 "version": "1.1.0",
4 "description": "Generate the minimal skeleton/boilerplate of a new Node.js module.",
5 "author": "Luke Horvat",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/lukehorvat/module.git"
10 },
11 "bugs": {
12 "url": "https://github.com/lukehorvat/module/issues"
13 },
14 "bin": "./index.js",
15 "dependencies": {
16 "chalk": "1.1.3",
17 "lodash.template": "4.2.4",
18 "map-stream": "0.0.6",
19 "tildify": "1.2.0",
20 "vinyl-fs": "2.4.3",
21 "yargs": "4.6.0"
22 },
23 "devDependencies": {},
24 "keywords": [
25 "npm",
26 "node",
27 "module",
28 "package",
29 "generic",
30 "minimal",
31 "barebones",
32 "skeleton",
33 "boilerplate",
34 "scaffold",
35 "generator"
36 ]
37}