Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « sha « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aca50948ec0d4a8eea34fd2781e8d6e29c747758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "sha",
  "version": "3.0.0",
  "description": "Check and get file hashes",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "mocha -R spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ForbesLindesay/sha.git"
  },
  "license": "(BSD-2-Clause OR MIT)",
  "dependencies": {
    "graceful-fs": "^4.1.2"
  },
  "devDependencies": {
    "mocha": "~1.9.0"
  }
}