modificando tudo para LF
Showing
.babelrc
0 → 100644
.gitattributes
0 → 100644
.npmrc
0 → 100644
gulpfile.babel.js
0 → 100644
{ | { | ||
"name": "ponto", | "name": "siscon-cli", | ||
"version": "0.0.1", | "version": "0.0.1", | ||
"description": "CLI para bater o ponto", | "description": "siscon-cli", | ||
"main": "index.js", | "main": "./siscon-cli.js", | ||
"bin": { | |||
"siscon-cli": "./index.js" | |||
}, | |||
"publishConfig": { | |||
"registry": "http://nexus.conexops.com.br/repository/npm-internal/" | |||
}, | |||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "compile": "rimraf ./dist && tsc -p . --module commonjs --outDir ./dist && gulp copy-package", | ||
"release": "npm run compile && gulp release", | |||
"copy-package": "gulp copy-package", | |||
"clean": "rimraf ./dist" | |||
}, | }, | ||
"author": "", | "author": "Bernardo Sunderhus", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"appdata": "^1.1.0", | "appdata": "^1.1.0", | ||
"chalk": "^2.1.0", | "chalk": "^2.1.0", | ||
"cli-table": "^0.3.1", | "cli-table": "^0.3.1", | ||
"commander": "^2.11.0", | "commander": "^2.11.0", | ||
"curiojs": "^2.0.0-alpha", | |||
"figlet": "^1.2.0", | "figlet": "^1.2.0", | ||
"fuzzy": "^0.1.3", | "fuzzy": "^0.1.3", | ||
"inquirer": "^3.3.0", | "inquirer": "^3.3.0", | ||
... | @@ -26,6 +36,9 @@ | ... | @@ -26,6 +36,9 @@ |
"@types/inquirer": "0.0.35", | "@types/inquirer": "0.0.35", | ||
"@types/moment-range": "^3.0.3", | "@types/moment-range": "^3.0.3", | ||
"@types/ora": "^1.3.1", | "@types/ora": "^1.3.1", | ||
"babel-core": "^6.26.0", | |||
"babel-preset-env": "^1.6.0", | |||
"babel-register": "^6.26.0", | |||
"gulp": "^3.9.1", | "gulp": "^3.9.1", | ||
"rimraf": "^2.6.2", | "rimraf": "^2.6.2", | ||
"ts-node": "^3.3.0", | "ts-node": "^3.3.0", | ||
... | ... |
src/default.json
deleted
100644 → 0
Please register or sign in to comment