@elasticms/hashcash
Version:
by the elasticms skeleton, but can be used for other purpose
39 lines (38 loc) • 1.01 kB
JSON
{
"name": "@elasticms/hashcash",
"version": "1.0.9",
"description": " by the elasticms skeleton, but can be used for other purpose",
"main": "dist/index.js",
"scripts": {
"dev": "webpack --mode development",
"prod": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ems-project/hashcash.git"
},
"keywords": [
"elasticms",
"skeleton",
"hashcash"
],
"author": "Mathieu De Keyzer <mathieu@dekeyzer.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ems-project/hashcash/issues"
},
"dependencies": {
"crypto-js": "^3.1.9-1"
},
"homepage": "https://github.com/ems-project/hashcash#readme",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
}
}