realm-utils
Version:
Realm-js has a set of functionality that helps solving many problems or impediments related to Promises. Utilities live in this repository, apart from realm-js library. Typings included ### Install
40 lines • 1.13 kB
JSON
{
"name": "realm-utils",
"version": "1.0.9",
"description": "",
"typings": "./dist/typings/index.d.ts",
"main": "dist/commonjs/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/realm-js/realm-utils.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/realm-js/realm-utils/issues"
},
"homepage": "https://github.com/realm-js/realm-utils#readme",
"dependencies": {
"app-root-path": "^1.3.0",
"mkdirp": "^0.5.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.16.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.4.0",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.6",
"gulp-util": "^3.0.7",
"merge2": "^1.0.2",
"mocha": "^3.0.2",
"run-sequence": "^1.2.2",
"should": "^11.1.0",
"ts-universal": "^1.0.6"
}
}