59d489a25341c368beec9637e803c8218551d3b4
[promise.git] / deprecated / source / package.json
1 {
2   "name": "@opnfv/promise",
3   "version": "1.0.0",
4   "description": "Resource Management for Virtualized Infrastructure",
5   "author": "Peter K. Lee <peter@corenova.com>",
6   "license": "Apache-2.0",
7   "private": true,
8   "homepage": "http://wiki.opnfv.org/promise",
9   "repository": "opnfv/promise",
10   "keywords": [
11     "opnfv",
12     "promise",
13     "vim",
14     "nfvi",
15     "infrastructure",
16     "openstack",
17     "nbi",
18     "yangforge",
19     "resource",
20     "reservation",
21     "capacity",
22     "allocation"
23   ],
24   "engines": {
25     "yangforge": ">=0.11.0"
26   },
27   "devDependencies": {
28     "config": "^1.19.0",
29     "js-yaml": "^3.5.2",
30     "mocha": "~2.0.1",
31     "promise": "^7.1.1",
32     "should": "~3.1.3",
33     "yangforge": "^0.11.0"
34   },
35   "main": "./lib/index.js",
36   "scripts": {
37     "prepublish": "yfc build -o index.yaml promise.yaml",
38     "test": "mocha",
39     "start": "yfc run --express 5050 promise.yaml"
40   }
41 }