-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
58 lines (58 loc) · 1.55 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "angular-eonasdan-datetimepicker",
"version": "0.3.9",
"author": {
"name": "Michał Siatkowski",
"email": "[email protected]"
},
"description": "A wrapper directive around the bootstrap-datetimepicker component.",
"main": "dist/angular-eonasdan-datetimepicker.js",
"keywords": [
"angular",
"bootstrap",
"datetimepicker",
"directive",
"wrapper"
],
"repository": {
"type": "git",
"url": "git://github.com/atais/angular-eonasdan-datetimepicker.git"
},
"license": "MIT",
"homepage": "https://github.com/atais/angular-eonasdan-datetimepicker",
"scripts": {
"pretest": "npm install",
"test": "concurrently -k -s first 'npm start' 'gulp protractor'",
"start": "http-server -a localhost -p 8000 -c-1 ./",
"dev": "concurrently -k 'npm start' 'gulp dev'"
},
"peerDependencies": {
"angular": "*",
"bootstrap": "*",
"eonasdan-bootstrap-datetimepicker": "~4",
"moment": "*",
"jquery": "~2"
},
"devDependencies": {
"concurrently": "^3.5.0",
"gulp": "3.9.1",
"gulp-angular-protractor": "1.0.0",
"gulp-debug": "^2.1.2",
"gulp-jshint": "^2.0.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"http-server": "^0.9.0",
"jasmine-reporters": "2.2.0",
"jshint": "^2.9.1",
"protractor": "4.0.11",
"webdriver-manager": "10.2.8"
},
"dependencies": {
"angular": "^1.6.1",
"bootstrap": "^3.3.7",
"eonasdan-bootstrap-datetimepicker": "^4.17.46",
"jquery": "^2.2.4",
"moment": "^2.17.1"
}
}