UNPKG

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