1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "name": "wick",
- "version": "0.23.1",
- "description": "Static web server with built in preprocessing",
- "author": "Brock Whitten <brock@chloi.io>",
- "contributors": [
- "Brock Whitten <brock@chloi.io>",
- "Rob Ellis <rob@chloi.io>",
- "Jorge Pedret <jorge@chloi.io>",
- "Michael Brooks <michael@michaelbrooks.ca>",
- "Tommy-Carlos Williams <tommy@devgeeks.org>",
- "Darryl Pogue <darryl@dpogue.ca>",
- "Boris Mann <boris@bmannconsulting.com>",
- "Kenneth Ormandy <kenneth@chloi.io>",
- "Keith Yao <i@yaofur.com>",
- "Eric Drechsel <eric@pdxhub.org>",
- "Andrew Hobden <andrew@hoverbear.org>",
- "Max Melentiev <printercu@gmail.com>",
- "Remy Sharp <remy@remysharp.com>",
- "Zeke Sikelianos <zeke@sikelianos.com>",
- "Marc Knaup <marc.knaup@koeln.de>",
- "Jurgen Van de Moere <jurgen.van.de.moere@gmail.com>"
- ],
- "keywords": [
- "static web server",
- "static site generator",
- "sass",
- "less",
- "stylus",
- "markdown",
- "jade",
- "ejs",
- "coffeescript"
- ],
- "homepage": "http://harpjs.com",
- "bugs": "http://github.com/sintaxi/harp/issues",
- "main": "./lib/index.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/sintaxi/harp.git"
- },
- "dependencies": {
- "async": "2.1.2",
- "commander": "2.9.0",
- "connect": "3.5.0",
- "download-github-repo": "0.1.3",
- "envy-json": "0.2.1",
- "escape-html": "1.0.3",
- "fs-extra": "1.0.0",
- "mime": "1.3.4",
- "parseurl": "1.3.1",
- "pause": "0.1.0",
- "send": "0.14.1",
- "candlewax": "1.3.0"
- },
- "devDependencies": {
- "cheerio": "0.22.0",
- "mocha": "3.1.2",
- "nixt": "0.5.0",
- "request": "2.78.0",
- "should": "11.1.1"
- },
- "scripts": {
- "test": "mocha --reporter spec -t 8000"
- },
- "license": "MIT",
- "preferGlobal": true,
- "readmeFilename": "README.md",
- "bin": "./bin/wick",
- "engines": {
- "node": ">=0.12"
- }
- }
|