summaryrefslogtreecommitdiffstats
path: root/source/package.json
diff options
context:
space:
mode:
authorBertrand Souville <souville@docomolab-euro.com>2017-11-27 17:15:54 +0100
committerBertrand Souville <souville@docomolab-euro.com>2017-11-27 17:15:54 +0100
commit3ce698ee20cca69104874d42e64300abe641a27c (patch)
treea5f1e419cdb65b0b1edb4bb06cf9480ada670cab /source/package.json
parent48c252069be02fe2019633827c8a22cdcd201170 (diff)
Proposal to move Promise shim-layer code to a new deprecated folder
Promise test cases have been disabled in Functest Promise shim-layer has been marked as DEPRECATED in Euphrates Change-Id: I98ecd9ae2b25c102f478fc3869f23e6c70d32d8d Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
Diffstat (limited to 'source/package.json')
-rw-r--r--source/package.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/source/package.json b/source/package.json
deleted file mode 100644
index 59d489a..0000000
--- a/source/package.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "@opnfv/promise",
- "version": "1.0.0",
- "description": "Resource Management for Virtualized Infrastructure",
- "author": "Peter K. Lee <peter@corenova.com>",
- "license": "Apache-2.0",
- "private": true,
- "homepage": "http://wiki.opnfv.org/promise",
- "repository": "opnfv/promise",
- "keywords": [
- "opnfv",
- "promise",
- "vim",
- "nfvi",
- "infrastructure",
- "openstack",
- "nbi",
- "yangforge",
- "resource",
- "reservation",
- "capacity",
- "allocation"
- ],
- "engines": {
- "yangforge": ">=0.11.0"
- },
- "devDependencies": {
- "config": "^1.19.0",
- "js-yaml": "^3.5.2",
- "mocha": "~2.0.1",
- "promise": "^7.1.1",
- "should": "~3.1.3",
- "yangforge": "^0.11.0"
- },
- "main": "./lib/index.js",
- "scripts": {
- "prepublish": "yfc build -o index.yaml promise.yaml",
- "test": "mocha",
- "start": "yfc run --express 5050 promise.yaml"
- }
-}