Newer
Older
web-header / package.json
{
  "name": "web-header",
  "version": "1.0.0",
  "description": "Bootstrap, template and assets to display Istex galaxy header.",
  "main": "main.js",
  "scripts": {
    "postinstall": "node ./lib/npm/postInstall.js",
    "static": "./node_modules/node-static/bin/cli.js -H '{\"Access-Control-Allow-Origin\":\"*\"}'",
    "less-watcher": "node ./lib/scripts/watch.js"
  },
  "dependencies": {
    "async": "^2.4.0",
    "bootstrap": "^3.3.7",
    "chokidar": "^1.7.0",
    "font-awesome": "^4.7.0",
    "fs-extra": "^3.0.0",
    "less": "^2.4.0",
    "less-plugin-clean-css": "^1.5.0",
    "node-static": "^0.7.9"
  },
  "repository": {
    "type": "git",
    "url": "ssh://istexdepl@vsistex.intra.inist.fr:22222/istex/web-header.git"
  },
  "keywords": [
    "Istex",
    "header"
  ],
  "author": "Istex API",
  "license": "ISC"
}