forked from alex-davies/partnerapi-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 814 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
32
{
"name": "partner-openapi-spec",
"version": "0.0.1",
"dependencies": {
"atob": "^2.1.2",
"bower": "^1.8.4",
"connect": "^3.4.1",
"cors": "^2.7.1",
"deep-extend": "^0.6.0",
"deploy-to-gh-pages": "^1.1.0",
"fresh": "^0.5.2",
"gulp": "^3.9.1",
"gulp-connect": "^4.2.0",
"gulp-util": "^3.0.7",
"lodash": "^4.17.11",
"mime": "^2.3.1",
"minimatch": "^3.0.4",
"negotiator": "^0.6.1",
"portfinder": "^1.0.17",
"shelljs": "^0.7.0",
"swagger-repo": "^1.0.0"
},
"private": true,
"scripts": {
"deploy": "npm run build && deploy-to-gh-pages --update web_deploy",
"build": "node ./scripts/build.js",
"swagger": "swagger-repo",
"test": "true",
"start": "gulp serve",
"deploy-branch": "node ./scripts/deploy-branch.js"
}
}