forked from logbon72/angular-material-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "bootstrap-material-datetimepicker",
"description": ".",
"version": "2.0.0",
"keywords": [
"css",
"js",
"mobile-first",
"responsive",
"front-end",
"web"
],
"homepage": "https://github.com/drblue/bootstrap-material-datetimepicker",
"main": [
"js/bootstrap-material-datetimepicker.js",
"css/bootstrap-material-datetimepicker.css"
],
"ignore": [
"/.*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
],
"dependencies": {
"moment": "~2.10.2",
"bootstrap": "~3.3.4",
"jquery": "1.11.0",
"bootstrap-material-design": "~0.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/drblue/bootstrap-material-datetimepicker"
},
"scripts": {
"prestart": "npm install",
"start": "http-server -a localhost -p 8000"
},
"devDependencies": {
"http-server": "^0.8.5"
}
}