-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 792 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 792 Bytes
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
{
"name": "forms.agapehospiceaz.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"s": "muleify -s src dist",
"cp": "cp node_modules/oxe/dist/oxe.polly.min.js src/assets/js/.",
"b": "rm -r docs/* && muleify -p src docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebCab-Design/forms.agapehospiceaz.com.git"
},
"author": "WebCab",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/WebCab-Design/forms.agapehospiceaz.com/issues"
},
"homepage": "https://github.com/WebCab-Design/forms.agapehospiceaz.com#readme",
"dependencies": {
"flexboxgrid": "^6.3.1",
"font-awesome": "^4.7.0",
"fontawesome": "^4.7.2",
"jenie": "^1.6.9",
"oxe": "^1.10.0"
}
}