aboutsummaryrefslogtreecommitdiff
path: root/node_modules/bytes/package.json
blob: f2f854e352602979c027d5c6e179c1740405e9da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "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"
  },
  "version": "0.3.0",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "component": {
    "scripts": {
      "bytes/index.js": "index.js"
    }
  }
}