wallet-core/node_modules/sigmund/package.json

31 lines
591 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "sigmund",
"version": "1.0.1",
"description": "Quick and dirty signatures for Objects.",
"main": "sigmund.js",
"directories": {
"test": "test"
2016-10-10 03:43:44 +02:00
},
"dependencies": {},
"devDependencies": {
"tap": "~0.3.0"
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "tap test/*.js",
"bench": "node bench.js"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "git://github.com/isaacs/sigmund"
2016-10-10 03:43:44 +02:00
},
"keywords": [
"object",
"signature",
"key",
"data",
"psychoanalysis"
],
2016-11-03 01:33:53 +01:00
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC"
2016-10-10 03:43:44 +02:00
}