frame-of-mind
Version:
Add A Frame Around Strings.
62 lines (61 loc) • 1.51 kB
JSON
{
"name": "frame-of-mind",
"version": "1.2.3",
"description": "Add A Frame Around Strings.",
"main": "build/index.js",
"module": "src/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"test-build": "ALAMODE_ENV=test-build yarn test",
"lint": "eslint .",
"doc": "NODE_DEBUG=doc doc documentary -o README.md",
"b": "alamode src -o build -s",
"d": "yarn-s d1 externs",
"d1": "typal src -c",
"build": "yarn-s d b doc",
"rec": "NODE_DEBUG=appshot appshot -T 23 -a Terminal -y 150 -f",
"e": "alanode example",
"example/": "yarn e example/example.js",
"externs": "typal externs.js -e"
},
"files": [
"build",
"src",
"externs.js"
],
"externs": "externs.js",
"repository": {
"type": "git",
"url": "git://github.com/artdecocode/frame-of-mind.git"
},
"keywords": [
"frame-of-mind",
"frame",
"string",
"strings",
"border",
"margin",
"padding",
"notice",
"warning"
],
"author": "Anton <anton@adc.sh>",
"license": "MIT",
"bugs": {
"url": "https://github.com/artdecocode/frame-of-mind/issues"
},
"homepage": "https://github.com/artdecocode/frame-of-mind#readme",
"devDependencies": {
"alamode": "2.0.0",
"documentary": "1.26.0",
"eslint-config-artdeco": "1.0.1",
"yarn-s": "1.1.0",
"zoroaster": "3.13.0"
},
"dependencies": {
"paddys": "^1.2.0"
}
}