forked from BrightspaceUI/loading-spinner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.19 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-loading-spinner",
"version": "2.0.0",
"description": "Web component loading spinner",
"private": true,
"scripts": {
"prebuild": "cpy *.html ./bower_components/temp",
"build": "vulcanize ./bower_components/temp/loading-spinner.html > ./test/perceptual/loading-spinner.html.ignore",
"postbuild": "rimraf ./bower_components/temp",
"preperceptual-diff": "npm run build",
"perceptual-diff": "percy snapshot test/perceptual --enable_javascript",
"postinstall": "bower install",
"screenshot": "phantomjs ./screenshots/build.js",
"test": "polylint"
},
"repository": {
"type": "git",
"url": "https://github.com/Brightspace/valence-ui-loading-spinner.git"
},
"keywords": [
"d2l",
"valence-ui",
"vui",
"loading"
],
"author": "D2L Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Brightspace/valence-ui-loading-spinner/issues"
},
"homepage": "https://github.com/Brightspace/valence-ui-loading-spinner",
"devDependencies": {
"bower": "^1.7.9",
"cpy-cli": "^1.0.0",
"phantomjs-prebuilt": "^2.1.4",
"polylint": "^2.10.0",
"rimraf": "^2.5.2",
"vulcanize": "^1.14.8"
}
}