trainingproject
Version:
A module to teach you how to module.
50 lines (49 loc) • 1.03 kB
JSON
{
"name": "trainingproject",
"version": "1.0.0",
"description": "A module to teach you how to module.",
"bin": {
"how-to-npm": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/how-to-npm.git"
},
"scripts": {
"test": "standard"
},
"keywords": [
"workshop",
"adventure",
"tutorial",
"tutor",
"npm"
],
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/npm/how-to-npm/issues"
},
"bundleDependencies": [
"workshopper-adventure",
"concat-stream",
"mkdirp",
"rimraf",
"semver",
"which"
],
"dependencies": {
"concat-stream": "^1.4.7",
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8",
"semver": "^4.2.0",
"which": "^1.0.8",
"workshopper-adventure": "^5.0.3"
},
"preferGlobal": true,
"devDependencies": {
"standard": "^7.1.2"
},
"homepage": "https://github.com/npm/how-to-npm#readme",
"main": "index.js"
}