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",
|
2017-02-19 23:58:12 +00:00
|
|
|
"dev-server": "webpack-dev-server --config client/webpack.config.js --watch --progress --colors"
|
2017-02-14 10:26:27 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2017-02-20 14:40:25 +00:00
|
|
|
"css-loader": "^0.26.1",
|
2017-02-20 15:22:16 +00:00
|
|
|
"handlebars": "^4.0.6",
|
|
|
|
"handlebars-loader": "^1.4.0",
|
2017-02-14 10:26:27 +00:00
|
|
|
"html-webpack-plugin": "^2.28.0",
|
2017-02-20 15:22:16 +00:00
|
|
|
"jquery": "^3.1.1",
|
2017-02-20 14:40:25 +00:00
|
|
|
"node-sass": "^4.5.0",
|
2017-02-21 10:16:51 +00:00
|
|
|
"node-uuid": "^1.4.7",
|
2017-02-20 14:40:25 +00:00
|
|
|
"sass-loader": "^6.0.1",
|
|
|
|
"style-loader": "^0.13.1",
|
2017-02-21 10:16:51 +00:00
|
|
|
"uuid": "^3.0.1",
|
2017-02-19 23:58:12 +00:00
|
|
|
"webpack": "^2.2.1",
|
2017-02-26 13:19:28 +00:00
|
|
|
"webpack-dev-server": "^2.3.0",
|
|
|
|
"chart.js": "^2.5.0"
|
2017-02-14 10:26:27 +00:00
|
|
|
}
|
|
|
|
}
|