changeset 14 | 10f67f0281e1 |
child 346 | 4cd0f8c936ed |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/package.json Fri Nov 13 11:02:22 2015 +0100 @@ -0,0 +1,12 @@ +{ + "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" + } +}