-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 899 Bytes
/
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
{
"name": "paper.metrixcoin.com",
"version": "3.4.0-Metrix",
"sha256sum": "4f5254b4a6791c8d277bed6ea3d7928e1721a8068dffda9441b5c6bb4bfb7006",
"description": "Open Source JavaScript Client-Side Metrix Wallet Generator",
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "^1.2.0",
"grunt-combine": "~0.8.3",
"grunt-encode-asset-base64": "0.0.3",
"grunt-lineending": "~0.2.4"
},
"scripts": {
"build": "grunt",
"test": ""
},
"repository": {
"type": "git",
"url": "git://github.com/TheLindaProjectInc/paper.metrixcoin.com"
},
"keywords": [
"Metrix address wallet generator"
],
"author": "Metrix",
"contributors": [
{
"name": "pointbiz"
}
],
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/TheLindaProjectInc/paper.metrixcoin.com/issues"
}
}