inkdrop-version-history-mobile
Version:
The version history of Inkdrop for mobile
29 lines (28 loc) • 762 B
JSON
{
"name": "inkdrop-version-history-mobile",
"version": "2.4.3",
"description": "The version history of Inkdrop for mobile",
"main": "index.js",
"scripts": {
"build": "npm run build:json && npm run build:readme",
"build:readme": "node index.js",
"build:json": "js-yaml history.yml > history.json",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"keywords": [
"inkdrop"
],
"author": "Takuya Matsuyama <t@inkdrop.info>",
"license": "MIT",
"devDependencies": {
"eslint": "^4.15.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.4.0",
"prettier": "1.10.2",
"js-yaml": "^3.10.0"
},
"dependencies": {
"dateformat": "^3.0.3"
}
}