CryptoAssist/package.json

25 lines
663 B
JSON
Raw Normal View History

2017-02-14 10:26:27 +00:00
{
"name": "crypto-assist",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config client/webpack.config.js",
"build-dev": "webpack --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"
}
}