This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
intergalactic/package.json

24 lines
574 B
JSON

{
"name": "bundle-webpack",
"version": "1.0.0",
"description": "Bundle js-ipfs with WebPack",
"scripts": {
"build": "node node_modules/.bin/webpack -p && cp index.html dist/index.html",
"start": "node server.js"
},
"license": "MIT",
"keywords": [],
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-stage-0": "^6.24.1",
"json-loader": "^0.5.4",
"uglifyjs-webpack-plugin": "^1.1.2",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"ipfs": "0.27.5"
}
}