This repository was archived by the owner on Jan 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
49 lines (49 loc) · 1.47 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
{
"name": "myscript-text-web",
"flat": true,
"version": "5.1.0",
"description": "The easy way to integrate text handwriting recognition in your web app.",
"keywords": [
"web-component",
"web-components",
"polymer",
"myscript",
"education",
"write",
"text",
"handwriting",
"recognition"
],
"main": "myscript-text-web.html",
"repository": {
"type": "git",
"url": "git://github.com/MyScript/myscript-text-web.git"
},
"license": "Apache-2.0",
"homepage": "https://myscript.github.io/myscript-text-web/components/myscript-text-web/",
"dependencies": {
"@polymer/paper-toast": "^3.0.1",
"@polymer/polymer": "^3.1.0",
"@webcomponents/webcomponentsjs": "^2.2.1",
"myscript-common-element": "github:MyScript/myscript-common-element#master"
},
"devDependencies": {
"@polymer/iron-component-page": "^4.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-text-web.js myscript-text-exports.js > analysis.json",
"start": "polymer serve",
"build": "polymer build",
"docs": "npm run analyze && npm run build"
}
}