Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'devel' into int/google-assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
killix authored Feb 6, 2017
2 parents bb94d9f + d9bae22 commit 1b1ff06
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions integrations/broid-irc/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
{
"name": "broid-irc",
"version": "1.0.0",
"main": "dist/index.js",
"main": "lib/core/index.js",
"license": "AGPL-3.0+",
"author": "Broid Team <[email protected]> (https://broid.ai)",
"description": "Convert IRC messages into Activity Streams 2 with Broid Integration",
"repository": {
"type": "git",
"url": "[email protected]:broidHQ/integrations.git"
},
"bugs": {
"url": "https://github.com/broidHQ/integrations/issues"
},
"homepage": "https://github.com/broidHQ/integrations/tree/master/integrations/broid-irc#readme",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "npm run lint && npm run build && nyc ava --verbose",
"build": "npm run clean && npm run copy && tsc",
Expand All @@ -13,7 +25,7 @@
"lint": "tslint -c tslint.json src/*",
"lint:watch": "watch 'tslint -c tslint.json src/*' src",
"tsc:watch": "tsc --watch",
"travis": "npm run lint && npm run build",
"travis": "npm run lint && npm run build && npm run test",
"release": "npm run build && npm publish"
},
"devDependencies": {
Expand Down

0 comments on commit 1b1ff06

Please sign in to comment.