Newer
Older
istex-api-demo / package.json
{
  "repository": {
    "type": "git",
    "url": "ssh://parentin@vsistex.intra.inist.fr:22222/istex/istex-api-demo.git"
  },
  "scripts": {
    "postinstall": "node ./js/postInstall.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "less": "^2.4.0",
    "less-plugin-clean-css": "^1.5.0"
  },
  "license": "ISC",
  "author": "Istex team",
  "keywords": [
    "Istex",
    "API"
  ],
  "name": "istex-api-demo",
  "version": "1.0.0",
  "description": "Démonstrateur Istex",
  "main": "index.html",
  "dependencies": {
    "colors": "^1.1.2",
    "lodash": "^3.9.3"
  }
}