aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/canvas/package.json
blob: 5faf1878af01991b81f0e0479f280f877f2ab9dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "id": "canvas",
  "name": "Canvas",
  "version": "1.0.1",
  "description": "Canvas",
  "main": "index.js",
  "author": "Sagir Mohammed <sagirr63@gmail.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://{teamId}.instructure.com/",
    "hasTeamId": true,
    "urlInputSuffix": true,
    "hasNotificationSound": false,
    "hasIndirectMessages": false,
    "hasCustomUrl": false,
    "message": "Your canvas TeamID is your school's initials eg MIT, FIU, UCF etc."
  }
}