-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 KB
/
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
33
34
35
36
37
38
39
40
{
"name": "vui-typography",
"version": "2.3.0",
"description": "Mixins and CSS for applying basic typography styles",
"scripts": {
"clean": "rimraf *.css && rimraf ./test/*.css",
"prebuild": "npm run clean",
"build:sass": "node-sass --output-style expanded typography.css.scss typography.css",
"build": "npm run build:sass",
"postinstall": "bower install",
"screenshot": "phantomjs ./screenshots/build.js",
"pretest": "npm run build && cpy typography.css test",
"test": "csslint typography.css"
},
"repository": {
"type": "git",
"url": "https://github.com/Brightspace/valence-ui-typography.git"
},
"keywords": [
"d2l",
"valence-ui",
"vui"
],
"author": "D2L Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Brightspace/valence-ui-typography/issues"
},
"homepage": "https://github.com/Brightspace/valence-ui-typography",
"dependencies": {
"bower": "^1.7.7"
},
"devDependencies": {
"cpy-cli": "^1.0.0",
"csslint": "^0.10.0",
"node-sass": "^3.4.2",
"phantomjs-prebuilt": "^2.1.4",
"rimraf": "^2.5.2"
}
}