-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
23 lines (23 loc) · 960 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"version": "1.0.0",
"description": "<a href=\"https://travis-ci.org/mscaldas2012/CDS_PHTriggers\"><img src=\"https://travis-ci.org/mscaldas2012/CDS_PHTriggers.svg?branch=master\"></img></a> # Concept",
"main": "index.js",
"scripts": {
"integration-tests": "npm run integration-tests-local",
"integration-tests-local": "newman -c src/test/postman/CDSPHTriggers.postman_collection.json -e src/test/postman/LocalDev.postman_environment.json",
"integration-tests-qa": "newman -c src/test/postman/CDSPHTriggers.postman_collection.json -e src/test/postman/CDS.postman_environment.json"
},
"devDependencies": {
"newman": "^2.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mscaldas2012/CDS_PHTriggers.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mscaldas2012/CDS_PHTriggers/issues"
},
"homepage": "https://github.com/mscaldas2012/CDS_PHTriggers#readme"
}