pm2/examples/module-sample/package.json
2016-08-07 02:16:13 -07:00

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"
}