UNPKG

@jacks/jutils

Version:

A common set of JavaScript tool Libraries

43 lines (42 loc) 908 B
{ "name": "@jacks/jutils", "version": "0.1.1", "description": "A common set of JavaScript tool Libraries", "main": "lib/index.js", "dependencies": { "@babel/polyfill": "^7.4.4", "lodash": "^4.17.11", "moment": "^2.24.0" }, "devDependencies": { "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", "ava": "^1.4.1", "esm": "^3.2.25", "webpack": "^4.32.0" }, "scripts": { "test": "ava", "compile": "babel src --out-dir lib" }, "repository": { "type": "git", "url": "git+https://github.com/jingxinxin/jutils.git" }, "keywords": [ "jutils" ], "author": "Jack Stark", "license": "MIT", "bugs": { "url": "https://github.com/jingxinxin/jutils/issues" }, "homepage": "https://github.com/jingxinxin/jutils#readme", "ava": { "require": [ "esm" ], "babel": false, "compileEnhancements": false } }