mirror of
https://github.com/wassname/template.git
synced 2026-06-27 19:17:15 +08:00
29 lines
743 B
JSON
29 lines
743 B
JSON
{
|
|
"name": "distill-template",
|
|
"version": "0.0.0",
|
|
"description": "Template for creating Distill articles.",
|
|
"scripts": {
|
|
"start": "rollup -c -w",
|
|
"test": "mocha"
|
|
},
|
|
"author": "Shan Carter",
|
|
"dependencies": {
|
|
"bibtex-parse-js": "^0.0.23",
|
|
"chai": "^3.5.0",
|
|
"js-yaml": "^3.7.0",
|
|
"jsdom": "^9.9.1",
|
|
"marked": "^0.3.6",
|
|
"mocha": "^3.2.0",
|
|
"prismjs": "^1.6.0",
|
|
"rollup": "^0.36.4",
|
|
"rollup-plugin-buble": "^0.14.0",
|
|
"rollup-plugin-commonjs": "^7.0.0",
|
|
"rollup-plugin-livereload": "^0.3.1",
|
|
"rollup-plugin-node-resolve": "^2.0.0",
|
|
"rollup-plugin-serve": "^0.1.0",
|
|
"rollup-plugin-string": "^2.0.2",
|
|
"rollup-plugin-uglify": "^1.0.1",
|
|
"rollup-watch": "^2.5.0"
|
|
}
|
|
}
|