UNPKG

1.22 kBJSONView Raw
1{
2 "name": "distill-template",
3 "version": "0.0.21",
4 "description": "Template for creating Distill articles.",
5 "main": "dist/template.js",
6 "scripts": {
7 "serve": "python3 -m http.server",
8 "start": "rollup -c -w",
9 "build": "rollup -c",
10 "test": "mocha"
11 },
12 "author": "Shan Carter",
13 "repository": {
14 "url": "git+https://github.com/distillpub/distill-template.git",
15 "type": "git"
16 },
17 "bugs": {
18 "url": "https://github.com/distillpub/distill-template/issues"
19 },
20 "homepage": "https://github.com/distillpub/distill-template#readme",
21 "devDependencies": {
22 "bibtex-parse-js": "^0.0.23",
23 "chai": "^3.5.0",
24 "js-yaml": "^3.7.0",
25 "jsdom": "^9.10.0",
26 "marked": "^0.3.6",
27 "mocha": "^3.2.0",
28 "prismjs": "^1.6.0",
29 "rollup": "^0.36.4",
30 "rollup-plugin-buble": "^0.14.0",
31 "rollup-plugin-commonjs": "^7.0.0",
32 "rollup-plugin-livereload": "^0.3.1",
33 "rollup-plugin-node-resolve": "^2.0.0",
34 "rollup-plugin-serve": "^0.1.0",
35 "rollup-plugin-string": "^2.0.2",
36 "rollup-plugin-uglify": "^1.0.1",
37 "rollup-watch": "^2.5.0"
38 },
39 "dependencies": {
40 "commander": "^2.9.0",
41 "d3-time-format": "^2.0.3",
42 "mustache": "^2.3.0"
43 }
44}