2016-11-13 22:11:49 +00:00
|
|
|
{
|
|
|
|
"name": "smartfm",
|
2016-11-14 12:04:28 +00:00
|
|
|
"version": "1.0.1",
|
2016-11-13 22:11:49 +00:00
|
|
|
"description": "frontmatter done right",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"test": "(npmts)"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartfm.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"frontmatter"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pushrocks/smartfm/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartfm#README",
|
|
|
|
"dependencies": {
|
|
|
|
"gray-matter": "^2.1.0",
|
|
|
|
"typings-global": "^1.0.14"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/should": "^8.1.30",
|
|
|
|
"should": "^11.1.1",
|
|
|
|
"typings-test": "^1.0.3"
|
|
|
|
}
|
|
|
|
}
|