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 62
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.08 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "myscript",
"version": "4.0.1",
"description": "MyScriptJS is the fastest way to integrate handwriting panel and recognition in your webapp",
"keywords": [
"myscript",
"javascript",
"developer",
"handwriting",
"recognition",
"cloud"
],
"license": "Apache-2.0",
"homepage": "https://myscript.github.io/MyScriptJS/",
"repository": {
"type": "git",
"url": "git://github.com/MyScript/MyScriptJS.git"
},
"babel": {
"presets": [
"es2015"
]
},
"dependencies": {
"assign-deep": "^0.4.6",
"clipboard": "^1.7.1",
"crypto-js": "^3.1.9-1",
"d3": "^4.10.2",
"json-css": "^1.5.6",
"loglevel": "^1.4.0",
"pepjs": "^0.4.0",
"perfect-scrollbar": "^1.2.0",
"reconnecting-websocket": "^3.2.1",
"uuid": "^3.1.0",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"css-loader": "^0.28.7",
"esdoc": "^0.5.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-blanket-mocha": "^0.0.4",
"gulp-clean-css": "^3.8.0",
"gulp-esdoc": "^0.4.1",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-util": "^3.0.7",
"jquery-lite": "^2.2.3",
"json-formatter": "^0.1.0",
"jsoneditor": "^5.9.5",
"mocha": "^3.5.0",
"open-browser-webpack-plugin": "^0.0.5",
"sinon": "^2.4.1",
"spectrum-colorpicker": "^1.8.0",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1",
"webpack-notifier": "^1.5.0",
"window-mock": "^0.0.13"
},
"scripts": {
"install": "bower install",
"build": "gulp",
"test": "gulp test",
"start": "gulp serve"
}
}