UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

61 lines (60 loc) 1.33 kB
{ "name": "shelljs", "version": "0.2.6", "author": { "name": "Artur Adib", "email": "aadib@mozilla.com" }, "description": "Portable Unix shell commands for Node.js", "keywords": [ "unix", "shell", "makefile", "make", "jake", "synchronous" ], "repository": { "type": "git", "url": "git://github.com/arturadib/shelljs.git" }, "homepage": "http://github.com/arturadib/shelljs", "main": "./shell.js", "scripts": { "test": "node scripts/run-tests" }, "bin": { "shjs": "./bin/shjs" }, "dependencies": {}, "devDependencies": { "jshint": "~2.1.11" }, "optionalDependencies": {}, "engines": { "node": ">=0.8.0" }, "bugs": { "url": "https://github.com/arturadib/shelljs/issues" }, "_id": "shelljs@0.2.6", "dist": { "shasum": "90492d72ffcc8159976baba62fb0f6884f0c3378", "tarball": "https://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz" }, "_from": "shelljs@0.2.6", "_npmVersion": "1.3.8", "_npmUser": { "name": "artur", "email": "arturadib@gmail.com" }, "maintainers": [ { "name": "artur", "email": "arturadib@gmail.com" } ], "directories": {}, "_shasum": "90492d72ffcc8159976baba62fb0f6884f0c3378", "_resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz" }