This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
56 lines (56 loc) · 1.73 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "myscript-common-element",
"flat": true,
"version": "5.1.0",
"description": "myscript-common-element is the common layer of myscript-math-web and myscript-text-web.",
"keywords": [
"myscript",
"javascript",
"developer",
"handwriting",
"recognition",
"cloud"
],
"files": [
"myscript-common-element.js",
"myscript-languages-element.js",
"myscript-stylesheet.js",
"assets/*.svg"
],
"main": "myscript-common-element.html",
"repository": {
"type": "git",
"url": "git://github.com/MyScript/myscript-common-element.git"
},
"license": "Apache-2",
"homepage": "https://github.com/MyScript/myscript-common-element/",
"dependencies": {
"@polymer/iron-icons": "^3.0.1",
"@polymer/iron-resizable-behavior": "^3.0.1",
"@polymer/paper-toast": "^3.0.1",
"@polymer/polymer": "^3.1.0",
"@webcomponents/webcomponentsjs": "^2.2.1",
"myscript": "github:MyScript/MyScriptJS#master"
},
"devDependencies": {
"@polymer/iron-component-page": "^4.0.1",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-fab": "^3.0.1",
"@polymer/paper-slider": "^3.0.1",
"@polymer/paper-swatch-picker": "^3.0.1",
"@polymer/paper-toggle-button": "^3.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-import": "^0.13.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"web-animations-js": "^2.3.1"
},
"scripts": {
"analyze": "polymer analyze myscript-common-element.js myscript-languages-element.js myscript-stylesheet.js > analysis.json",
"start": "polymer serve",
"build": "polymer build",
"docs": "npm run analyze && npm run build"
}
}