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
629 B
JSON

{
"name": "intergalactic",
"version": "1.0.3",
"description": "A client-side gateway to the IPFS distributed web",
"homepage": "https://projects.torsion.org/witten/intergalactic",
"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.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7",
"uglifyjs-webpack-plugin": "^1.1.4"
},
"dependencies": {
"ipfs": "0.27.5"
}
}