{
	"name": "lodash-ts",
	"version": "1.2.7",
	"description": "lodash in TypeScript.",
	"main": "index.js",
	"scripts": {
		"test": "npm run build",
		"build": "gulp",
		"watch": "tsc -w",
		"api": "gulp api"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/taoqf/lodash-ts.git"
	},
	"keywords": [
		"lodash",
		"underscore",
		"typescript"
	],
	"author": "taoqf <tao_qiufeng@126.com>",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/taoqf/lodash/issues"
	},
	"readme": "README.md",
	"homepage": "https://github.com/taoqf/lodash#readme",
	"devDependencies": {
		"del": "3.0.0",
		"gulp": "3.9.1",
		"gulp-jsdoc3": "2.0.0",
		"gulp-sequence": "1.0.0",
		"gulp-shell": "0.6.5",
		"typescript": "3.1.0-dev.20180817"
	}
}
