35 lines
997 B
JSON
35 lines
997 B
JSON
{
|
|
"dependencies": {
|
|
"fs-extra": "^4.0.2",
|
|
"html-minifier": "^3.5.7",
|
|
"markdown-it": "^8.4.0",
|
|
"node-sass": "^4.7.2",
|
|
"prettier": "^1.9.2",
|
|
"semistandard": "^11.0.0",
|
|
"chalk": "^2.3.0",
|
|
"tape": "^4.8.0"
|
|
},
|
|
"name": "30-seconds-of-code",
|
|
"description": "A collection of useful JavaScript snippets.",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"builder": "node ./scripts/build.js",
|
|
"linter": "node ./scripts/lint.js",
|
|
"tagger": "node ./scripts/tag.js",
|
|
"webber": "node ./scripts/web.js",
|
|
"tdd": "node ./scripts/tdd.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Chalarangelo/30-seconds-of-code.git"
|
|
},
|
|
"keywords": ["javascript", "snippets", "list"],
|
|
"author": "Chalarangelo (chalarangelo@gmail.com)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Chalarangelo/30-seconds-of-code/issues"
|
|
},
|
|
"homepage": "https://github.com/Chalarangelo/30-seconds-of-code#readme"
|
|
}
|