create project
This commit is contained in:
commit
7b8a0009ed
9 changed files with 200 additions and 0 deletions
35
package.json
Normal file
35
package.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "random-puppy",
|
||||
"version": "1.0.0",
|
||||
"description": "Get a random puppy image url.",
|
||||
"license": "MIT",
|
||||
"repository": "dylang/random-puppy",
|
||||
"author": {
|
||||
"name": "Dylan Greene",
|
||||
"email": "dylang@gmail.com",
|
||||
"url": "github.com/dylang"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"puppy", "doggie", "dog", "imgur", "random", "placeholder"
|
||||
],
|
||||
"dependencies": {
|
||||
"got": "^6.3.0",
|
||||
"unique-random-array": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^0.14.0",
|
||||
"xo": "^0.14.0"
|
||||
},
|
||||
"xo": {
|
||||
"space": 4
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue