Skip to content

Commit

Permalink
TIL deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 30, 2016
1 parent a62e2c7 commit 6e3e83b
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions package.json
Expand Up @@ -16,51 +16,51 @@
"url": "https://github.com/docpress/docpress-base/issues"
},
"dependencies": {
"autoprefixer": "6.4.0",
"browserify": "13.1.0",
"debounce": "1.0.0",
"dom101": "1.3.0",
"github-markdown-css": "2.4.0",
"iconfonts": "0.9.0",
"normalize.css": "4.2.0",
"nprogress": "0.2.0",
"onmount": "1.3.0",
"pjax": "0.2.4",
"postcss": "5.1.2",
"pug": "^2.0.0-beta6",
"stylus": "0.54.5",
"uglifyify": "3.0.2",
"ware": "1.3.0"
"autoprefixer": "~6.4.0",
"browserify": "~13.1.0",
"debounce": "~1.0.0",
"dom101": "~1.3.0",
"github-markdown-css": "~2.4.0",
"iconfonts": "~0.9.0",
"normalize.css": "~4.2.0",
"nprogress": "~0.2.0",
"onmount": "~1.3.0",
"pjax": "~0.2.4",
"postcss": "~5.1.2",
"pug": "~2.0.0-beta6",
"stylus": "~0.54.5",
"uglifyify": "~3.0.2",
"ware": "~1.3.0"
},
"devDependencies": {
"docpress-core": "git://github.com/docpress/docpress-core.git#master",
"expect": "1.20.2",
"coveralls": "~2.11.12",
"docpress-core": "github:docpress/docpress-coret#master",
"expect": "~1.20.2",
"metalsmith": "~2.2.0",
"mocha": "~3.0.2",
"mocha-clean": "~1.0.0",
"nyc": "~8.1.0",
"metalsmith": "2.2.0",
"mocha": "3.0.2",
"mocha-clean": "1.0.0",
"standard": "8.0.0",
"superstatic": "4.0.3"
},
"standard": {
"global": [
"describe",
"it",
"expect",
"before",
"beforeEach"
]
"standard": "~8.0.0",
"superstatic": "~4.0.3"
},
"scripts": {
"build": "mkdir -p cache && ./bin/build --css > cache/style.css && ./bin/build --js > cache/script.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard",
"pretest": "npm run lint",
"build": "mkdir -p cache && ./bin/build --css > cache/style.css && ./bin/build --js > cache/script.js",
"prepublish": "npm run build",
"pretest": "npm run lint",
"serve": "ss fixture/onmount/_docpress",
"test": "nyc mocha",
"watch": "mocha -R min --watch"
},
"license": "MIT"
"license": "MIT",
"standard": {
"global": [
"before",
"beforeEach",
"describe",
"expect",
"it"
]
}
}

0 comments on commit 6e3e83b

Please sign in to comment.