forked from AgileVentures/WebsiteOne
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 802 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": "websiteone",
"version": "1.0.0",
"description": "A website for AgileVentures",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"postinstall": "scripts/copy_javascript_dependencies.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AgileVentures/WebsiteOne.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/AgileVentures/WebsiteOne/issues"
},
"homepage": "https://github.com/AgileVentures/WebsiteOne#readme",
"dependencies": {
"bootstrap-datepicker": "^1.4.0",
"bootstrap-timepicker": "^0.5.2",
"bower": "^1.8.4",
"copyfiles": "^1.0.0",
"corejs-typeahead": "^1.2.1",
"moment": "^2.13.0",
"moment-timezone": "0.5.4",
"nprogress": "^0.1.4"
}
}