@1amageek/open-graph-protocol
Version:
An interface for Open Graph Protocol.
41 lines (40 loc) • 868 B
JSON
{
"private": false,
"name": "@1amageek/open-graph-protocol",
"publishConfig": {
"access": "public"
},
"version": "0.3.0",
"scripts": {
"lint": "./node_modules/.bin/tslint -p tslint.json",
"build": "./node_modules/.bin/tsc -d",
"prepare": "npm run build"
},
"description": "An interface for Open Graph Protocol.",
"contributors": [
{
"name": "Norikazu Muramoto",
"email": "tmy0x3@icloud.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/1amageek/ballcap.ts.git"
},
"keywords": [
"OGP",
"Open Graph Protocol",
"typescript"
],
"author": "1amageek",
"license": "MIT",
"bugs": {
"url": "https://github.com/1amageek/ballcap.ts/issues"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {},
"devDependencies": {
"typescript": "^3.9.6"
}
}