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
Raw Permalink Normal View History

2017-12-06 06:09:58 +00:00
{
2017-12-26 18:22:53 +00:00
"name": "intergalactic",
2017-12-27 05:26:55 +00:00
"version": "1.0.3",
2017-12-26 18:25:09 +00:00
"description": "A client-side gateway to the IPFS distributed web",
2017-12-26 18:26:30 +00:00
"homepage": "https://projects.torsion.org/witten/intergalactic",
2017-12-06 06:09:58 +00:00
"scripts": {
"build": "node node_modules/.bin/webpack -p && cp index.html dist/index.html",
2017-12-06 06:09:58 +00:00
"start": "node server.js"
},
"license": "MIT",
"keywords": [],
"devDependencies": {
2017-12-26 01:08:36 +00:00
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"webpack": "^3.10.0",
2017-12-26 18:22:53 +00:00
"webpack-dev-server": "^2.9.7",
"uglifyjs-webpack-plugin": "^1.1.4"
2017-12-06 06:09:58 +00:00
},
"dependencies": {
"ipfs": "0.27.5"
2017-12-06 06:09:58 +00:00
}
}