Skip to content

Commit d7454a2

Browse files
author
Kent C. Dodds
committed
npm init ☀
1 parent 58b4cac commit d7454a2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "starwars-names",
3+
"version": "1.0.0",
4+
"description": "Get random Star Wars names",
5+
"main": "src/index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/kentcdodds/starwars-names.git"
12+
},
13+
"keywords": [
14+
"random",
15+
"star wars"
16+
],
17+
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
18+
"license": "MIT",
19+
"bugs": {
20+
"url": "https://github.com/kentcdodds/starwars-names/issues"
21+
},
22+
"homepage": "https://github.com/kentcdodds/starwars-names#readme"
23+
}

0 commit comments

Comments
 (0)