File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @mojs/curve-editor" ,
3
3
"version" : " 1.7.0" ,
4
4
"description" : " GUI for live easing/property curves editing" ,
5
+ "main" : " app/build/mojs-curve-editor.js" ,
6
+ "scripts" : {
7
+ "start" : " webpack" ,
8
+ "dev" : " webpack-dev-server"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/mojs/mojs-curve-editor.git"
13
+ },
5
14
"keywords" : [
6
15
" motion" ,
7
16
" graphics" ,
13
22
" curve editor" ,
14
23
" svg"
15
24
],
16
- "main" : " app/build/mojs-curve-editor.js" ,
17
- "scripts" : {
18
- "start" : " webpack" ,
19
- "dev" : " webpack-dev-server"
20
- },
21
- "repository" : {
22
- "type" : " git" ,
23
- "url" : " git+https://github.com/mojs/mojs-curve-editor.git"
24
- },
25
25
"author" : {
26
26
"name" : " Oleg Solomka" ,
27
27
33
33
"url" : " https://github.com/mojs/mojs-curve-editor/issues"
34
34
},
35
35
"homepage" : " https://github.com/mojs/mojs-curve-editor#readme" ,
36
- "dependencies" : {
37
- "hammerjs" : " ^2.0.8" ,
38
- "preact" : " ^7.1.0" ,
39
- "path-data-polyfill" : " ^1.0.0" ,
40
- "redux" : " ^3.5.2" ,
41
- "redux-recycle" : " ^1.2.0" ,
42
- "redux-undo" : " ^0.6.1"
43
- },
44
36
"devDependencies" : {
45
37
"@mojs/core" : " ^0.288.2" ,
46
38
"@mojs/player" : " ^0.44.0" ,
88
80
"unminified-webpack-plugin" : " ^1.1.0" ,
89
81
"webpack" : " ^1.13.1" ,
90
82
"webpack-dev-server" : " ^1.14.1"
83
+ },
84
+ "dependencies" : {
85
+ "hammerjs" : " ^2.0.8" ,
86
+ "preact" : " ^7.1.0" ,
87
+ "path-data-polyfill" : " ^1.0.0" ,
88
+ "redux" : " ^3.5.2" ,
89
+ "redux-recycle" : " ^1.2.0" ,
90
+ "redux-undo" : " ^0.6.1"
91
91
}
92
92
}
You can’t perform that action at this time.
0 commit comments