wallet-core/node_modules/bytes/package.json

22 lines
466 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "bytes",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"description": "byte size string parser / serializer",
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/bytes.js.git"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"version": "0.3.0",
"main": "index.js",
2016-10-10 03:43:44 +02:00
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*"
},
2016-11-03 01:33:53 +01:00
"component": {
"scripts": {
"bytes/index.js": "index.js"
2016-10-10 03:43:44 +02:00
}
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}