UNPKG

2.49 kBJSONView Raw
1{
2 "name": "typestore",
3 "description": "TypeScript Persistence Framework - pluggable storage, logging, mapping, etc",
4 "version": "0.2.4",
5 "main": "dist/index.js",
6 "typings": "dist/index.d.ts",
7 "scripts": {
8 "test": "gulp ts-compile && mocha dist/test/**/*.spec.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/densebrain/typestore.git"
13 },
14 "keywords": [
15 "plugin",
16 "typestore",
17 "typescript",
18 "ts",
19 "mapper",
20 "db"
21 ],
22 "author": "Jonathan Glanz",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/densebrain/typestore/issues"
26 },
27 "homepage": "https://github.com/densebrain/typestore#readme",
28 "dependencies": {
29 "babel-polyfill": "^6.8.0",
30 "bluebird": "^3.3.5",
31 "es6-shim": "^0.35.0",
32 "reflect-metadata": "^0.1.3",
33 "source-map-support": "^0.4.0",
34 "typelogger": "^1.0.4"
35 },
36 "devDependencies": {
37 "ansi-256-colors": "^1.1.0",
38 "app-module-path": "^1.0.6",
39 "aws-sdk": "^2.6.3",
40 "aws-sdk-typescript": "densebrain/aws-sdk-typescript#v0.0.4",
41 "babel": "^6.5.2",
42 "babel-plugin-bluebird-async-functions": "^1.2.0",
43 "babel-plugin-module-alias": "^1.4.0",
44 "babel-plugin-transform-runtime": "^6.9.0",
45 "babel-preset-async-to-bluebird": "^1.1.0",
46 "babel-preset-es2015": "^6.6.0",
47 "babel-preset-stage-0": "^6.5.0",
48 "babel-register": "^6.8.0",
49 "bluebird": "^3.3.5",
50 "chalk": "^1.1.3",
51 "commander": "^2.9.0",
52 "del": "^2.2.0",
53 "dynamodb-local": "0.0.11",
54 "expectations": "^0.5.2",
55 "faker": "^3.1.0",
56 "glob": "^7.0.3",
57 "gulp": "^3.9.1",
58 "gulp-babel": "^6.1.2",
59 "gulp-debug": "^2.1.2",
60 "gulp-git": "^1.7.1",
61 "gulp-github-release": "^1.1.5",
62 "gulp-mocha": "^2.2.0",
63 "gulp-sourcemaps": "^1.6.0",
64 "gulp-typedoc": "^2.0.0",
65 "gulp-typescript": "^2.13.6",
66 "gulp-util": "^3.0.7",
67 "inquirer": "^1.0.2",
68 "lodash": "^4.11.2",
69 "merge2": "^1.0.2",
70 "mocha": "^2.4.5",
71 "mocha-junit-reporter": "^1.11.1",
72 "node-uuid": "^1.4.7",
73 "run-sequence": "^1.1.5",
74 "semver": "^5.1.0",
75 "shelljs": "^0.7.0",
76 "sinon": "^1.17.4",
77 "source-map-loader": "^0.1.5",
78 "typescript": ">=2.0"
79 }
80}
\No newline at end of file