|
|
@ -1,5 +1,5 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "create-npm-testing", |
|
|
|
"name": "ljsthw-bandolier", |
|
|
|
"version": "1.0.0", |
|
|
|
"version": "1.0.0", |
|
|
|
"description": "Generates projects using the Bandolier educational framework.", |
|
|
|
"description": "Generates projects using the Bandolier educational framework.", |
|
|
|
"main": "bando.js", |
|
|
|
"main": "bando.js", |
|
|
@ -12,10 +12,10 @@ |
|
|
|
"type": "module", |
|
|
|
"type": "module", |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
|
"url": "git@git.learnjsthehardway.com:zedshaw/npm-testing.git" |
|
|
|
"url": "https://git.learnjsthehardway.com/learn-javascript-the-hard-way/ljsthw-bandolier.git" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"keywords": [ |
|
|
|
"keywords": [ |
|
|
|
"testing" |
|
|
|
"installer" |
|
|
|
], |
|
|
|
], |
|
|
|
"author": "Zed A. Shaw", |
|
|
|
"author": "Zed A. Shaw", |
|
|
|
"license": "All Rights Reserved", |
|
|
|
"license": "All Rights Reserved", |
|
|
|