forked from ryankshaw/brandable_css
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 968 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 968 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
34
35
36
37
38
39
40
41
{
"name": "@instructure/brandable_css",
"version": "3.1.0",
"description": "This is what we use to compile sass in canvas-lms with all our variants and custom theme editor css",
"main": "./src/main.js",
"scripts": {
"test": "mocha"
},
"repository": "https://github.com/instructure/brandable_css",
"author": [
"Ryan Shaw <ryankshaw@gmail.com>",
"Ahmad Amireh <ahmad@instructure.com>"
],
"license": "MIT",
"homepage": "https://github.com/instructure/brandable_css",
"bin": "./bin/brandable_css",
"files": [
"bin",
"src"
],
"dependencies": {
"autoprefixer": "^7",
"chalk": "^2",
"chokidar": "^3",
"commander": "^2",
"debug": "^3",
"fs-extra-promise": "^1",
"glob": "^7",
"js-yaml": "^3",
"lodash": "^4",
"postcss": "^6",
"postcss-url": "^7",
"rev-hash": "^2",
"sass": "^1.98.0"
},
"devDependencies": {
"chai": "^4",
"css": "^3.0.0",
"mocha": "^9"
}
}