UNPKG

1.75 kBJSONView Raw
1{
2 "name": "docpress-base",
3 "description": "Base theme for Docpress.",
4 "homepage": "https://github.com/docpress/docpress-base#readme",
5 "version": "0.7.5",
6 "main": "index.js",
7 "author": {
8 "email": "rico@ricostacruz.com",
9 "name": "Rico Sta. Cruz"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/docpress/docpress-base.git"
14 },
15 "bugs": {
16 "url": "https://github.com/docpress/docpress-base/issues"
17 },
18 "dependencies": {
19 "autoprefixer": "6.5.3",
20 "browserify": "13.1.1",
21 "debounce": "1.0.0",
22 "dom101": "1.3.0",
23 "github-markdown-css": "2.4.1",
24 "iconfonts": "0.10.0",
25 "normalize.css": "5.0.0",
26 "nprogress": "0.2.0",
27 "onmount": "1.3.0",
28 "pjax": "0.2.4",
29 "postcss": "5.2.5",
30 "pug": "2.0.0-beta6",
31 "stylus": "0.54.5",
32 "uglifyify": "3.0.4",
33 "ware": "1.3.0"
34 },
35 "devDependencies": {
36 "coveralls": "2.11.15",
37 "docpress-core": "github:docpress/docpress-core",
38 "expect": "1.20.2",
39 "metalsmith": "2.3.0",
40 "mocha": "^5.2.0",
41 "mocha-clean": "1.0.0",
42 "nyc": "9.0.1",
43 "standard": "8.4.0",
44 "standard-version": "^4.4.0",
45 "superstatic": "4.0.3"
46 },
47 "scripts": {
48 "build": "mkdir -p cache && ./bin/build --css > cache/style.css && ./bin/build --js > cache/script.js",
49 "coveralls": "nyc report --reporter=text-lcov | coveralls",
50 "lint": "standard",
51 "prepublish": "npm run build",
52 "pretest": "npm run lint",
53 "serve": "ss fixture/onmount/_docpress",
54 "test": "nyc mocha",
55 "watch": "mocha -R min --watch",
56 "release": "standard-version"
57 },
58 "license": "MIT",
59 "standard": {
60 "global": [
61 "before",
62 "beforeEach",
63 "describe",
64 "expect",
65 "it"
66 ]
67 }
68}