Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #47 from dblock/authors
Browse files Browse the repository at this point in the history
Corrected authors in package.json.
  • Loading branch information
ashkan18 committed Jan 6, 2017
2 parents a2589d4 + e08b48f commit 9263e9c
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 25 deletions.
15 changes: 14 additions & 1 deletion functions/artsy/package.json
Expand Up @@ -3,8 +3,21 @@
"version": "0.3.0",
"description": "An Artsy Alexa skill.",
"main": "index.js",
"author": "Daniel Doubrovkine <db@artsy.net> (https://www.artsy.net/)",
"license": "MIT",
"author": {
"name": "Art.sy Inc.",
"email": "dev@artsy.net",
"url": "http://artsy.github.io"
},
"contributors": [{
"name": "Daniel Doubrovkine",
"email": "db@artsy.net",
"url": "https://twitter.com/dblockdotorg"
}, {
"name": "Ashkan Nasseri",
"email": "ashkan@artsy.net",
"url": "https://twitter.com/ashkinas"
}],
"alexa": {
"applicationId": "amzn1.echo-sdk-ams.app.999999-9999-9999-9999-999999999999"
},
Expand Down
54 changes: 30 additions & 24 deletions package.json
@@ -1,26 +1,32 @@
{
"name": "elderfield",
"version": "0.0.1",
"private": true,
"engines": {
"node": "4.3.x",
"npm": "4.x.x"
},
"scripts": {
"start": "make s",
"test": "make test",
"danger": "./node_modules/.bin/danger"
},
"dependencies": {
"alexa-app-server": "2.2.4",
"node-geocoder": "^3.15.2"
},
"devDependencies": {
"mocha": "3.1.2",
"chai": "3.5.0",
"chai-http": "3.0.0",
"chai-string": "1.3.0",
"danger": "0.7.5",
"jest-environment-node": "18.0.0"
}
"name": "elderfield",
"license": "MIT",
"author": {
"name": "Art.sy Inc.",
"email": "dev@artsy.net",
"url": "http://artsy.github.io"
},
"version": "0.0.1",
"private": true,
"engines": {
"node": "4.3.x",
"npm": "4.x.x"
},
"scripts": {
"start": "make s",
"test": "make test",
"danger": "./node_modules/.bin/danger"
},
"dependencies": {
"alexa-app-server": "2.2.4",
"node-geocoder": "^3.15.2"
},
"devDependencies": {
"mocha": "3.1.2",
"chai": "3.5.0",
"chai-http": "3.0.0",
"chai-string": "1.3.0",
"danger": "0.7.5",
"jest-environment-node": "18.0.0"
}
}

0 comments on commit 9263e9c

Please sign in to comment.