UNPKG

ph-dev-tools

Version:
37 lines (36 loc) 969 B
{ "name": "ph-dev-tools", "version": "0.0.18", "description": "Development Tools for PHibernate", "main": "lib/index.js", "typings": "lib/index", "dependencies": { "es6-shim": "^0.35.0", "immutable": "^3.7.6", "phibernate": "^0.0.34", "typescript": "^1.8.10" }, "devDependencies": {}, "scripts": { "postinstall": "typings install", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/russoturisto/ph-dev-tools.git" }, "keywords": [ "DevTools", "Development", "PHibernate", "QueryDSL", "Tools", "TypeScript" ], "author": "Russo Turisto <russoturisto@hotmail.com> (https://russoturistoo.wordpress.com/blog/)", "license": "MIT", "bugs": { "url": "https://github.com/russoturisto/ph-dev-tools/issues" }, "homepage": "https://github.com/russoturisto/ph-dev-tools#readme" }