CryptoAssist/package.json
2017-04-03 09:24:31 +01:00

39 lines
1.1 KiB
JSON

{
"name": "crypto-assist",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack/prod.conf.js",
"dev-server": "webpack-dev-server --watch --progress --colors --config webpack/dev.conf.js"
},
"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": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"chart.js": "^2.5.0",
"css-loader": "^0.26.1",
"file-saver": "^1.3.3",
"handlebars": "^4.0.6",
"handlebars-loader": "^1.4.0",
"html-webpack-plugin": "^2.28.0",
"jquery": "^3.1.1",
"node-sass": "^4.5.0",
"node-uuid": "^1.4.7",
"sass-loader": "^6.0.1",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
}
}