{ "name": "@biesbjerg/ng2-translate-extract", "version": "0.1.1", "description": "Extract strings from projects using ng2-translate", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "bin/", "dist/" ], "bin": { "ng2-translate-extract": "bin/extract.js" }, "scripts": { "build": "npm run clean && tsc", "watch": "npm run clean && tsc --watch", "clean": "rm -rf ./dist" }, "repository": { "type": "git", "url": "https://github.com/biesbjerg/ng2-translate-extract.git" }, "keywords": [ "angular2", "ionic", "ng2-translate", "extract", "translate", "i18n", "gettext" ], "author": "Kim Biesbjerg ", "license": "MIT", "bugs": { "url": "https://github.com/biesbjerg/ng2-translate-extract/issues" }, "homepage": "https://github.com/biesbjerg/ng2-translate-extract", "engines": { "node": ">=6.9.0" }, "config": {}, "devDependencies": { "typescript": "~2.0.10" }, "dependencies": { "@types/glob": "^5.0.30", "@types/lodash": "^4.14.41", "cheerio": "~0.22.0", "cli": "^1.0.1", "fs": "0.0.1-security", "glob": "^7.1.1", "lodash": "^4.17.2", "path": "^0.12.7" } }