forked from instructure/canvas-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1022 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "canvas-ios",
"version": "0.0.1",
"private": true,
"scripts": {
"build-colors": "./scripts/build-colors.js",
"build-icons": "./scripts/build-icons.js",
"build-secrets": "./scripts/build-secrets.js",
"coverage": "./scripts/coverage/coverage.js",
"danger": "danger",
"export-translations": "./scripts/translations/export.js",
"graphql-schema": "./scripts/get-graphql-schema.js",
"import-translations": "./scripts/translations/import.js",
"svg2pdf": "./scripts/svg2pdf.js",
"test": "./scripts/coverage/coverage.js --test",
"update-headers": "./scripts/update-headers.js"
},
"devDependencies": {
"aws-sdk": "^2.178.0",
"chalk": "^2.4.1",
"commander": "^2.19.0",
"danger": "^3.7.18",
"format-message": "^5.2.0",
"format-message-parse": "^5.1.2",
"format-message-print": "^5.1.2",
"highlight.js": "^9.13.1",
"jsdom": "^15.1.0",
"mkdirp": "^0.5.1",
"pdfkit": "^0.9.1",
"prompt": "1.0",
"yargs": "^12.0.2"
}
}