mailgun/package.json

36 lines
787 B
JSON
Raw Normal View History

2017-02-08 22:25:01 +00:00
{
2019-10-23 17:27:42 +00:00
"name": "@mojoio/mailgun",
2019-10-23 17:27:55 +00:00
"version": "1.0.3",
2019-10-23 17:27:42 +00:00
"private": false,
"description": "an api abstraction package for mailgun",
2017-02-08 22:25:01 +00:00
"main": "dist/index.js",
2017-02-08 22:26:18 +00:00
"typings": "dist/index.d.ts",
2017-02-08 22:25:01 +00:00
"author": "Lossless GmbH",
"license": "MIT",
2019-10-23 17:27:42 +00:00
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
2017-02-08 22:25:01 +00:00
},
2019-10-23 17:27:42 +00:00
"dependencies": {},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-10-23 17:27:43 +00:00
}