typeorm/package.json
2016-03-13 14:05:20 +05:00

59 lines
1.3 KiB
JSON

{
"name": "typeorm",
"private": true,
"version": "0.0.1",
"description": "Data-mapper ORM for Typescript",
"license": "Apache-2.0",
"readmeFilename": "README.md",
"author": {
"name": "Umed Khudoiberdiev",
"email": "pleerock.me@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pleerock/typeorm.git"
},
"bugs": {
"url": "https://github.com/pleerock/typeorm/issues"
},
"tags": [
"orm",
"typescript",
"typescript-orm",
"mysql",
"mysql-orm"
],
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-mocha": "^2.2.0",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.1",
"gulp-tslint": "^4.3.1",
"gulpclass": "0.1.0",
"mocha": "^2.3.2",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"tslint": "^3.3.0",
"tslint-stylish": "^2.1.0-beta",
"typescript": "^1.8.0",
"typings": "^0.6.6"
},
"dependencies": {
"fs": "^0.0.2",
"lodash": "^4.5.0",
"mysql": "^2.10.2",
"path": "^0.11.14",
"reflect-metadata": "^0.1.3",
"require-all": "^2.0.0",
"sha1": "^1.1.1",
"typedi": "~0.2.0"
},
"scripts": {
"postversion": "./node_modules/.bin/gulp package",
"test": "node_modules/.bin/mocha -w"
}
}