-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
32 lines (32 loc) · 846 Bytes
/
package.json
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
{
"name": "vui-offscreen",
"version": "0.3.0",
"description": "Mixins and CSS for positioning elements offscreen",
"scripts": {
"clean": "rimraf *.css",
"prebuild": "npm run clean",
"build": "node-sass --output-style expanded offscreen.css.scss offscreen.css",
"pretest": "npm run build",
"test": "csslint offscreen.css"
},
"repository": {
"type": "git",
"url": "https://github.com/Brightspace/valence-ui-offscreen.git"
},
"keywords": [
"vui",
"valence-ui",
"d2l"
],
"author": "D2L Corporation",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/Brightspace/valence-ui-offscreen/issues"
},
"homepage": "https://github.com/Brightspace/valence-ui-offscreen",
"devDependencies": {
"csslint": "^0.10.0",
"node-sass": "^3.4.2",
"rimraf": "^2.5.1"
}
}