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

package.json « npm-test-shrinkwrap « packages « test - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34a8abc21cd120a2d612088496617d8a93501c5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "name": "npm-test-shrinkwrap",
  "version": "0.0.0",
  "dependencies": {
    "npm-test-single-file": "https://raw.github.com/gist/1837112/index.js",
    "glob": "git://github.com/isaacs/node-glob.git",
    "minimatch": "~0.1.0"
  },
  "scripts": {
    "test": "bash test.sh"
  }
}