Skip to content

Commit 1b22716

Browse files
committed
Add bower.json
1 parent 7e2be47 commit 1b22716

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

bower.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "Pipeline",
3+
"version": "0.1.0-beta",
4+
"authors": [
5+
"Xiaoan Lin <admin@xgeek.net>"
6+
],
7+
"description": "Be less busy, less mistake in Salesforce metadata deploy",
8+
"license": "MIT",
9+
"private": false,
10+
"ignore": [
11+
"**/.*",
12+
"components"
13+
],
14+
"dependencies": {
15+
"salesforce-lightning-design-system": "^2.3.1",
16+
"vue": "^2.5.16",
17+
"font-awesome": "^5.0.13",
18+
"moment": "^2.22.2"
19+
}
20+
}

0 commit comments

Comments
 (0)