Socket
Socket
Sign inDemoInstall

adm

Package Overview
Dependencies
282
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.1.1

.gitattributes

12

bin/adm.js
#!/usr/bin/env node
require('../lib/loader')
.createLoader({
manuals: require('path').resolve(__dirname, '..', 'man')
})
.on('error', function(err) {
console.error(err.message || err);
console.error('Exit');
process.exit(1);
})
.run();

79

package.json
{
"name": "adm",
"version": "0.0.1",
"main": "index.js",
"description": "Application Deployment Manager",
"homepage": "https://github.com/taoyuan/adm",
"bugs": "https://github.com/taoyuan/adm/issues",
"version": "0.1.1",
"description": "An application development and deployment manager.",
"homepage": "",
"author": {
"name": "Tao Yuan",
"email": "torworx@gmail.com"
"name": "taoyuan",
"email": "towyuan@outlook.com",
"url": ""
},
"repository": {
"type": "git",
"url": "https://github.com/taoyuan/adm"
"url": "https://github.com/taoyuan/adm.git"
},
"licenses": [
{
"type": "MIT"
}
],
"keywords": [
"adm",
"node",
"application",
"app",
"development",
"deployment",
"manager",
"install"
"node"
],
"bin": {
"adm": "./bin/adm.js"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"dependencies": {
"adm-build": "^0.1.0",
"adm-logger": "^0.1.0",
"async": "^1.5.2",
"bluebird": "^3.3.3",
"debug": "^2.2.0",
"handlebars": "^4.0.5",
"lodash": "^4.5.1",
"needs": "^1.0.2",
"node-inspector": "^0.12.7",
"shelljs": "^0.6.0",
"yargs": "^4.1.0"
},
"devDependencies": {
"mocha": "^1.21.4",
"chai": "*",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "~0.11.0",
"jshint-stylish": "^0.4.0",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "~1.0.0"
"eslint": "^2.1.0",
"eslint-config-xo-space": "^0.10.0",
"gulp": "^3.9.0",
"gulp-eslint": "^2.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^1.0.0",
"gulp-nsp": "^2.1.0",
"gulp-coveralls": "^0.1.0"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"scripts": {
"test": "grunt"
} ,
"bin": {
"adm": "bin/adm.js"
"prepublish": "gulp prepublish",
"test": "gulp"
},
"preferGlobal": "true"
"license": "MIT"
}

@@ -1,27 +0,29 @@

# adm [![NPM Version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]
# adm [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> An application development and deployment manager.
> Application Deployment Manager
## Installation
```bash
$ npm install adm -g
```sh
$ npm install --save adm
```
## Documentation
## Usage
_(Coming soon)_
```js
var adm = require('adm');
## Examples
_(Coming soon)_
adm('Rainbow');
```
## License
Copyright (c) 2014 Tao Yuan Licensed under the MIT license.
MIT © [taoyuan]()
[npm-url]: https://www.npmjs.org/package/adm
[npm-image]: https://img.shields.io/npm/v/adm.svg?style=flat
[npm-image]: https://badge.fury.io/js/adm.svg
[npm-url]: https://npmjs.org/package/adm
[travis-image]: https://travis-ci.org/taoyuan/adm.svg?branch=master
[travis-url]: https://travis-ci.org/taoyuan/adm
[travis-image]: http://img.shields.io/travis/taoyuan/adm.svg?style=flat
[daviddm-image]: https://david-dm.org/taoyuan/adm.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/taoyuan/adm
[coveralls-image]: https://coveralls.io/repos/taoyuan/adm/badge.svg
[coveralls-url]: https://coveralls.io/r/taoyuan/adm

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc