node/deps/npm/test/packages/npm-test-shrinkwrap/package.json

14 lines
409 B
JSON
Raw Normal View History

{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "npm-test-shrinkwrap",
"version": "0.0.0",
"dependencies": {
2013-10-25 00:21:59 +08:00
"npm-test-single-file": "https://gist.github.com/isaacs/1837112/raw/9ef57a59fc22aeb1d1ca346b68826dcb638b8416/index.js",
"glob": "git://github.com/isaacs/node-glob.git#npm-test",
"minimatch": "~0.1.0"
},
"scripts": {
2012-12-13 06:41:28 +08:00
"test": "node test.js"
}
}