File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 "url" : " https://github.com/docpress/docpress-base/issues"
1717 },
1818 "dependencies" : {
19- "autoprefixer" : " ~6.4 .0" ,
19+ "autoprefixer" : " 6.5 .0" ,
2020 "browserify" : " ~13.1.0" ,
2121 "debounce" : " ~1.0.0" ,
2222 "dom101" : " ~1.3.0" ,
23- "github-markdown-css" : " ~ 2.4.0 " ,
23+ "github-markdown-css" : " 2.4.1 " ,
2424 "iconfonts" : " ~0.9.0" ,
2525 "normalize.css" : " ~4.2.0" ,
2626 "nprogress" : " ~0.2.0" ,
2727 "onmount" : " ~1.3.0" ,
2828 "pjax" : " ~0.2.4" ,
29- "postcss" : " ~5.1.2 " ,
29+ "postcss" : " 5.2.4 " ,
3030 "pug" : " ~2.0.0-beta6" ,
3131 "stylus" : " ~0.54.5" ,
32- "uglifyify" : " ~ 3.0.2 " ,
32+ "uglifyify" : " 3.0.3 " ,
3333 "ware" : " ~1.3.0"
3434 },
3535 "devDependencies" : {
3636 "coveralls" : " ~2.11.12" ,
3737 "docpress-core" : " docpress/docpress-core#master" ,
3838 "expect" : " ~1.20.2" ,
3939 "metalsmith" : " ~2.2.0" ,
40- "mocha" : " ~3.0.2 " ,
40+ "mocha" : " 3.1.0 " ,
4141 "mocha-clean" : " ~1.0.0" ,
4242 "nyc" : " ~8.1.0" ,
43- "standard" : " ~8.0 .0" ,
43+ "standard" : " 8.3 .0" ,
4444 "superstatic" : " ~4.0.3"
4545 },
46+ "directories" : {
47+ "test" : " test"
48+ },
49+ "homepage" : " https://github.com/docpress/docpress-base#readme" ,
50+ "license" : " MIT" ,
51+ "main" : " index.js" ,
52+ "repository" : {
53+ "type" : " git" ,
54+ "url" : " git+https://github.com/docpress/docpress-base.git"
55+ },
4656 "scripts" : {
57+ "coverage" : " istanbul cover _mocha -x '**/fixture/**' -- -R spec" ,
4758 "build" : " mkdir -p cache && ./bin/build --css > cache/style.css && ./bin/build --js > cache/script.js" ,
4859 "coveralls" : " nyc report --reporter=text-lcov | coveralls" ,
4960 "lint" : " standard" ,
You can’t perform that action at this time.
0 commit comments