summaryrefslogtreecommitdiff
path: root/deps/npm/test/packages/npm-test-peer-deps/package.json
blob: d98f53bd04055153184be4c76538b4c37c79d2a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "author": "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com/)",
  "name": "npm-test-peer-deps",
  "version": "0.0.0",
  "dependencies": {
    "npm-test-peer-deps-file": "https://gist.github.com/domenic/3971128/raw/7472b26a013ceb174c2d726314e9fa97465729bb/index.js"
  },
  "scripts": {
    "test": "node test.js"
  }
}