CryptoAssist/package.json

26 lines
711 B
JSON

{
"name": "crypto-assist",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config client/webpack.config.js",
"dev-server": "webpack-dev-server --config client/webpack.config.js --watch --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://TimStallard@github.com/TimStallard/CryptoAssist.git"
},
"author": "",
"license": "UNLICENCED",
"bugs": {
"url": "https://github.com/TimStallard/CryptoAssist/issues"
},
"homepage": "https://github.com/TimStallard/CryptoAssist#readme",
"devDependencies": {
"html-webpack-plugin": "^2.28.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
}
}