nobita-test
Version:
29 lines (28 loc) • 828 B
JSON
{
"name": "nobita-test",
"version": "1.0.0",
"description": "test",
"main": "src/index.js",
"scripts": {
"dev": "node_modules/webpack/bin/webpack.js --mode production --watch --progress --hide-modules",
"build": "node_modules/webpack/bin/webpack.js --mode production --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nobitanguyen0902/nobita-test.git"
},
"keywords": [
"haravan"
],
"author": "Nguyen Van Thanh <nobita.nguyen0902@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nobitanguyen0902/nobita-test/issues"
},
"homepage": "https://github.com/nobitanguyen0902/nobita-test#readme",
"devDependencies": {
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
}
}