🔧 updating package.json
This commit is contained in:
10
package.json
10
package.json
@@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "image-filter-pipeline",
|
"name": "graphfx",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"description": "",
|
"description": "Graph image processing pipeline",
|
||||||
"main": "webpack.config.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "webpack-dev-server --quiet --progress --watch --mode development",
|
"dev": "webpack-dev-server --quiet --progress --watch --mode development",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": ["image processing", "image", "filters"],
|
||||||
"author": "standa.fifik@gmail.com",
|
"author": "standa.fifik@gmail.com",
|
||||||
"license": "ISC",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.2.2",
|
"@babel/core": "^7.2.2",
|
||||||
"@babel/preset-env": "^7.2.3",
|
"@babel/preset-env": "^7.2.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user