forked from BrightspaceUI/d2l-polymer-behaviors-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 769 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
{
"name": "d2l-polymer-behaviors",
"private": true,
"description": "Shared Polymer behaviors for use in web components",
"scripts": {
"postinstall": "bower install",
"test": "npm run test:lint:js && npm run test:lint:wc",
"test:lint:js": "eslint *.html",
"test:lint:wc": "polylint --input *.html",
"test:unit:local": "wct --skip-plugin sauce"
},
"repository": {
"type": "git",
"url": "https://github.com/Brightspace/d2l-polymer-behaviors-ui.git"
},
"author": "D2L Corporation",
"license": "Apache-2.0",
"devDependencies": {
"bower": "^1.7.7",
"eslint": "^2.10.2",
"eslint-config-brightspace": "^0.2.1",
"eslint-plugin-html": "^1.4.0",
"polylint": "^2.10.0",
"web-component-tester": "^4.2.2"
}
}