-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 1018 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
33
34
35
36
{
"name": "d2l-progress",
"version": "0.0.1",
"private": true,
"description": "Polymer and Sass custom styles/mixins for D2L progress element",
"keywords": [
"d2l",
"ui",
"progress",
"sass",
"scss",
"web component"
],
"scripts": {
"postinstall": "bower install",
"build:sass": "node-sass --output-style expanded ./test/acceptance/progress.css.scss ./test/acceptance/progress.css",
"test:lint": "npm run test:lint:wc && npm run test:lint:html",
"test:lint:html": "eslint *.html",
"test:lint:wc": "polymer lint -i d2l-progress.html",
"test": "npm run test:lint && npm run build:sass"
},
"repository": {
"type": "git",
"url": "https://github.com/BrightspaceUI/progress.git"
},
"author": "D2L Corporation",
"license": "Apache-2.0",
"devDependencies": {
"bower": "^1.7.7",
"eslint": "^3.7.1",
"eslint-config-brightspace": "^0.2.4",
"eslint-plugin-html": "^1.5.3",
"node-sass": "^4.5.3",
"polymer-cli": "^1.1.0"
}
}