aboutsummaryrefslogtreecommitdiff
path: root/node_modules/crc/package.json
blob: 6373a6179257ce990f07d6c82bc04c2cc5c172ed (plain)
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
37
38
{
  "name": "crc",
  "version": "3.4.4",
  "description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.",
  "keywords": [
    "crc"
  ],
  "files": [
    "lib"
  ],
  "main": "./lib/index.js",
  "scripts": {
    "test": "mocha test/*.test.js",
    "pretest": "cd src && babel --out-dir ../lib *.js"
  },
  "author": {
    "name": "Alex Gorbatchev",
    "url": "https://github.com/alexgorbatchev"
  },
  "devDependencies": {
    "babel-cli": "^6.3.15",
    "babel-core": "^6.1.21",
    "babel-preset-es2015": "^6.1.18",
    "beautify-benchmark": "^0.2.4",
    "benchmark": "^1.0.0",
    "buffer-crc32": "^0.2.3",
    "chai": "^3.4.1",
    "mocha": "*",
    "seedrandom": "^2.3.6"
  },
  "homepage": "https://github.com/alexgorbatchev/node-crc",
  "bugs": "https://github.com/alexgorbatchev/node-crc/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/alexgorbatchev/node-crc.git"
  },
  "license": "MIT"
}