forked from pointbiz/bitaddress.org
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 993 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
{
"name": "paper.machinecoin.org",
"version": "3.2.2",
"sha1sum": "ec0db0262053e9547ff5a2a82a3e480873c33560",
"sha256sum": "ff30061ccdf2023c85892c4a6e5d79cf6d180cfdb54b070fc2dd209b9f64dd82",
"description": "Open Source JavaScript Client-Side Machinecoin Wallet Generator",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "~0.4.1",
"grunt-combine": "~0.8.3",
"grunt-lineending": "~0.2.4"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-combine": "~0.8.3",
"grunt-lineending": "~0.2.4"
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git://github.com:machinecoin-project/paper.machinecoin.org.git"
},
"keywords": [
"machinecoin address wallet generator"
],
"author": "paper.machinecoin.org",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "b5d0d7805184c76bdc70a122547fcb52e42ac448",
"bugs": {
"url": "https://github.com/machinecoin-project/paper.machinecoin.org/issues"
}
}