UNPKG

778 BJSONView Raw
1{
2 "name": "yfnm",
3 "version": "0.1.2",
4 "description": "Learn to make an NPM module",
5 "preferGlobal": true,
6 "main": "index.js",
7 "bin": {
8 "yfnm": "index.js"
9 },
10 "scripts": {
11 "test": "echo \"Error: no test specified\" && exit 1"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/iceddev/your-first-npm-module"
16 },
17 "author": "Blaine Bublitz <blaine@iceddev.com>",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/iceddev/your-first-npm-module/issues"
21 },
22 "dependencies": {
23 "when": "~2.5.1",
24 "wordwrap": "0.0.2",
25 "meld": "~1.3.0",
26 "lodash.map": "~2.2.1",
27 "colors-tmpl": "~0.1.0",
28 "lodash.without": "~2.2.1",
29 "require-all": "0.0.8",
30 "lodash.sortby": "~2.2.1",
31 "semver": "~2.1.0"
32 }
33}