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 22 "name" : " @mojs/curve-editor" ,
33 "version" : " 1.7.0" ,
44 "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+ },
514 "keywords" : [
615 " motion" ,
716 " graphics" ,
1322 " curve editor" ,
1423 " svg"
1524 ],
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- },
2525 "author" : {
2626 "name" : " Oleg Solomka" ,
2727 "email" : " legomushroom@gmail.com" ,
3333 "url" : " https://github.com/mojs/mojs-curve-editor/issues"
3434 },
3535 "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- },
4436 "devDependencies" : {
4537 "@mojs/core" : " ^0.288.2" ,
4638 "@mojs/player" : " ^0.44.0" ,
8880 "unminified-webpack-plugin" : " ^1.1.0" ,
8981 "webpack" : " ^1.13.1" ,
9082 "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"
9191 }
9292}
You can’t perform that action at this time.
0 commit comments