-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.18 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
41
42
43
{
"name": "sc-fitted-text",
"version": "1.1.3",
"description": "A Polymer 2 element for horizontally squishing text to stay within a max width.",
"main": "sc-fitted-text.html",
"repository": {
"type": "git",
"url": "git+https://github.com/nodecg/sc-fitted-text.git"
},
"keywords": [
"nodecg",
"dashboard",
"panel",
"element",
"polymer",
"component"
],
"author": "Alex Van Camp <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodecg/sc-fitted-text/issues"
},
"homepage": "https://github.com/nodecg/sc-fitted-text#readme",
"devDependencies": {
"coveralls": "^2.13.1",
"eslint": "^4.3.0",
"eslint-config-xo": "^0.18.1",
"eslint-plugin-html": "^3.1.1",
"standard-version": "^4.0.0",
"@t2ym/polymer-cli": "^1.3.2",
"@t2ym/web-component-tester": "^6.0.1",
"wct-istanbul": "^0.12.3"
},
"scripts": {
"pretest": "eslint **/*.js **/*.html && polymer lint",
"test": "wct test/*.html",
"serve": "polymer serve",
"coverage": "cat ./coverage/lcov.info | coveralls",
"prerelease": "npm t",
"release": "standard-version",
"postrelease": "git push --follow-tags"
}
}