wallet-core/node_modules/has-yarn/package.json

41 lines
633 B
JSON
Raw Normal View History

2017-05-28 00:38:50 +02:00
{
"name": "has-yarn",
"version": "1.0.0",
"description": "Check if a project is using Yarn",
"license": "MIT",
"repository": "sindresorhus/has-yarn",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"yarn",
"has",
"detect",
"is",
"project",
"app",
"module",
"package",
"manager",
"npm"
],
"devDependencies": {
"ava": "*",
"xo": "*"
},
"xo": {
"esnext": true
}
}