forked from RemiAWE/ng-flat-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.64 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
59
60
61
62
{
"name": "ng-flat-datepicker",
"version": "0.1.4",
"description": "Angular.js Datepicker built with Moment.js",
"homepage": "https://github.com/RemiAWE/ng-flat-datepicker#readme",
"keywords": [
"angular.js",
"angular",
"datepicker",
"moment.js",
"moment",
"flat"
],
"main": "dist/ng-flat-datepicker.min.js",
"scripts": {
"test": "gulp install test",
"postinstall": "node_modules/.bin/bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RemiAWE/ng-flat-datepicker.git"
},
"author": "Rémi Chanaud",
"license": "MIT",
"bugs": {
"url": "https://github.com/RemiAWE/ng-flat-datepicker/issues"
},
"devDependencies": {
"angular": "^1.4.5",
"angular-mocks": "^1.5.6",
"eslint": "^2.12.0",
"eslint-plugin-angular": "^1.1.1",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.6.0",
"gulp-csso": "^1.0.0",
"gulp-eslint": "^2.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.0",
"gulp-watch": "^4.3.5",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"moment": "^2.10.6",
"phantomjs-prebuilt": "^2.1.7"
},
"dependencies": {
"bower": "^1.7.9"
}
}