-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
executable file
·31 lines (31 loc) · 937 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
24
25
26
27
28
29
30
31
{
"name": "@api/metasys",
"version": "1.0.0",
"description": "Metasys API",
"author": "Johnson Controls International, Plc.",
"license": "BSD",
"scripts": {
"clean": "gulp clean",
"build": "gulp build",
"build:postman": "apib2postman build/index.apib -o build/postman_collection.json -e build/postman_environment.json -t _templates/tests/postman-tests.hbs",
"publish": "gulp publish",
"preview": "gulp preview",
"preview:group": "gulp preview:group",
"preview:watch": "gulp watch:preview",
"preview:group:watch": "gulp watch:preview:group"
},
"repository": {
"type": "git",
"url": "https://github.com/johnsoncontrols/metasys-server-api-docs"
},
"devDependencies": {
"@apib/2me": "^1.0.3",
"@apib/2postman": "^1.1.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-hb": "^7.0.1",
"through2": "^2.0.3",
"yargs": "^12.0.1"
}
}