UNPKG

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