mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
22 lines
436 B
JSON
22 lines
436 B
JSON
{
|
|
"name": "example-module",
|
|
"version": "0.3.21",
|
|
"description": "Keymetrics++ and PM2 adapter",
|
|
"main": "scoped-action.js",
|
|
"dependencies": {
|
|
},
|
|
"scripts": {
|
|
"test": "DEBUG='axm:*' mocha test/*.mocha.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/keymetrics/pmx.git"
|
|
},
|
|
"config" : {
|
|
"aconfig-var" : true,
|
|
"var2" : false
|
|
},
|
|
"author": "Keymetrics I/O",
|
|
"license": "MIT"
|
|
}
|