blob: 5f049057fc113c0bfce71245344dcd02af1545eb [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001{
2 "name": "sdc-client-tools",
3 "version": "9.3.0",
4 "description": "Service Designer & Catalog Client Tools",
5 "dependencies": {},
6 "devDependencies": {
7 "bluebird": "^2.10.1",
8 "gulp": "^3.9.0",
9 "gulp-rename": "^1.2.2",
10 "gulp-replace": "^0.5.4",
11 "prompt": "^0.2.14"
12 },
AviZi280f8012017-06-09 02:39:56 +030013 "author": "OPENECOMP",
Michael Landoefa037d2017-02-19 12:57:33 +020014 "license": "LicenseRef-LICENSE",
15 "scripts": {
16 "start": "gulp run",
17 "test": "echo \"Error: no test specified\" && exit 1"
18 },
19 "engines": {
20 "node": ">=0.12.7",
21 "npm": ">=2.11.3"
22 }
23}