We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b4cac commit d7454a2Copy full SHA for d7454a2
package.json
@@ -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