-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "cnk-cryptocurrency",
"version": "1.0.3",
"description": "Express.js API to manage a cryptocurrency inside a consortium or private blockchain using Hyperledger Sawtooth",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^10.1.0",
"concurrently": "^6.0.1",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-require-sort": "^1.2.2",
"glob": "^7.1.6",
"grunt": "^1.4.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-eslint": "^23.0.0",
"grunt-string-replace": "^1.3.1",
"husky": "^6.0.0",
"import-sort-style-eslint": "^6.0.0",
"javascript-obfuscator": "^2.11.0",
"load-grunt-tasks": "^5.1.0",
"prettier": "^2.2.1"
},
"scripts": {
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsbravoc/cryptocurrency.git"
},
"author": "",
"license": "bsd-3-clause",
"bugs": {
"url": "https://github.com/jsbravoc/cryptocurrency/issues"
},
"homepage": "https://github.com/jsbravoc/cryptocurrency#readme"
}