author | ymh <ymh.work@gmail.com> |
Mon, 14 Nov 2016 15:39:05 +0100 | |
changeset 417 | 3fbc9b479578 |
parent 412 | c88746153ee0 |
child 426 | d8ae6c0c0a0a |
permissions | -rw-r--r-- |
14
10f67f0281e1
move the gulpfile in the cms folder instead of the app - add readme for module and cms
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
1 |
{ |
10f67f0281e1
move the gulpfile in the cms folder instead of the app - add readme for module and cms
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
2 |
"name": "corpus-cms", |
417 | 3 |
"version": "0.0.11", |
14
10f67f0281e1
move the gulpfile in the cms folder instead of the app - add readme for module and cms
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
4 |
"description": "drupal module to embed the Ember app \"app-client\"", |
10f67f0281e1
move the gulpfile in the cms folder instead of the app - add readme for module and cms
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
5 |
"scripts": { |
364
d065d3307805
add script to globally set version
ymh <ymh.work@gmail.com>
parents:
346
diff
changeset
|
6 |
"build": "npm run build --prefix app-client/ && gulp copy-module", |
d065d3307805
add script to globally set version
ymh <ymh.work@gmail.com>
parents:
346
diff
changeset
|
7 |
"set-version": "bash -c 'sed -i \"\" -e \"s/\\([:space:]*\\\"version\\\"[[:space:]]*\\:[[:space:]]*\\\"\\)[\\.0-9]*\\(\\\".*\\)/\\1${1}\\2/\" package.json' 0" |
14
10f67f0281e1
move the gulpfile in the cms folder instead of the app - add readme for module and cms
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
8 |
}, |
10f67f0281e1
move the gulpfile in the cms folder instead of the app - add readme for module and cms
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
9 |
"author": "IRI", |
10f67f0281e1
move the gulpfile in the cms folder instead of the app - add readme for module and cms
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
10 |
"devDependencies": { |
346
4cd0f8c936ed
upgrade build and delivery process for integration
ymh <ymh.work@gmail.com>
parents:
14
diff
changeset
|
11 |
"del": "^2.2.2", |
4cd0f8c936ed
upgrade build and delivery process for integration
ymh <ymh.work@gmail.com>
parents:
14
diff
changeset
|
12 |
"gulp": "^3.9.1", |
4cd0f8c936ed
upgrade build and delivery process for integration
ymh <ymh.work@gmail.com>
parents:
14
diff
changeset
|
13 |
"gulp-rename": "^1.2.2", |
4cd0f8c936ed
upgrade build and delivery process for integration
ymh <ymh.work@gmail.com>
parents:
14
diff
changeset
|
14 |
"gulp-template": "^4.0.0", |
4cd0f8c936ed
upgrade build and delivery process for integration
ymh <ymh.work@gmail.com>
parents:
14
diff
changeset
|
15 |
"gulp-zip": "^3.2.0", |
4cd0f8c936ed
upgrade build and delivery process for integration
ymh <ymh.work@gmail.com>
parents:
14
diff
changeset
|
16 |
"merge-stream": "^1.0.0", |
4cd0f8c936ed
upgrade build and delivery process for integration
ymh <ymh.work@gmail.com>
parents:
14
diff
changeset
|
17 |
"minimist": "^1.2.0", |
4cd0f8c936ed
upgrade build and delivery process for integration
ymh <ymh.work@gmail.com>
parents:
14
diff
changeset
|
18 |
"run-sequence": "^1.2.2" |
14
10f67f0281e1
move the gulpfile in the cms folder instead of the app - add readme for module and cms
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
19 |
} |
10f67f0281e1
move the gulpfile in the cms folder instead of the app - add readme for module and cms
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
20 |
} |