cms/package.json
author ymh <ymh.work@gmail.com>
Mon, 17 Oct 2016 18:07:53 +0200
changeset 346 4cd0f8c936ed
parent 14 10f67f0281e1
child 364 d065d3307805
permissions -rw-r--r--
upgrade build and delivery process for integration

{
  "name": "corpus-cms",
  "version": "0.0.1",
  "description": "drupal module to embed the Ember app \"app-client\"",
  "scripts": {
    "build": "npm run build --prefix app-client/ && gulp copy-module"
  },
  "author": "IRI",
  "devDependencies": {
    "del": "^2.2.2",
    "gulp": "^3.9.1",
    "gulp-rename": "^1.2.2",
    "gulp-template": "^4.0.0",
    "gulp-zip": "^3.2.0",
    "merge-stream": "^1.0.0",
    "minimist": "^1.2.0",
    "run-sequence": "^1.2.2"
  }
}