cms/package.json
author ymh <ymh.work@gmail.com>
Tue, 11 Oct 2016 16:39:11 +0200
changeset 327 13564bb13ccc
parent 14 10f67f0281e1
child 346 4cd0f8c936ed
permissions -rw-r--r--
In the serialized document the lan files id 'languages' and not 'language'

{
  "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": {
    "gulp": "^3.9.0"
  }
}