cms/package.json
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 18 Oct 2016 20:39:34 +0530
changeset 363 eac9e4eb75c7
parent 346 4cd0f8c936ed
child 364 d065d3307805
permissions -rw-r--r--
Colors chrono

{
  "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"
  }
}