40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "oat-sa/composer-npm-bridge",
|
|
"version": "0.4.2",
|
|
"description": "NPM integration for Composer packages.",
|
|
"keywords": ["composer", "npm", "package", "integration", "bridge", "plugin", "composer-plugin"],
|
|
"homepage": "https://github.com/oat-sa/composer-npm-bridge",
|
|
"license": "MIT",
|
|
"authors": [{
|
|
"name": "Erin Millard",
|
|
"email": "ezzatron@gmail.com",
|
|
"homepage": "http://ezzatron.com/",
|
|
"role": "original author"
|
|
}, {
|
|
"name": "OAT SA",
|
|
"email": "contact@taotesting.com",
|
|
"homepage": "https://taotestingg.com",
|
|
"role": "forkers"
|
|
}],
|
|
"type": "composer-plugin",
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"composer-plugin-api": "^1.0 || ^2.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "dev-master",
|
|
"eloquent/phony-phpunit": "^1",
|
|
"errors/exceptions": "^0.2",
|
|
"phpunit/phpunit": "^5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Eloquent\\Composer\\NpmBridge\\": "src"
|
|
}
|
|
},
|
|
"extra": {
|
|
"class": "Eloquent\\Composer\\NpmBridge\\NpmBridgePlugin"
|
|
}
|
|
}
|
|
|