blob: a132fe1b27bd91a885a9fece864d75ab08d8d9cb (
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://raw.github.com/gist/3971128/3f6aa37b4fa1186c2f47da9b77dcc4ec496e3483/index.js"
},
"scripts": {
"test": "node test.js"
}
}
|