forked from restorando/angular-pickadate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "angular-pickadate",
"version": "2.0.0",
"description": "A simple and fluid inline datepicker for AngularJS with no extra dependencies",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/restorando/angular-pickadate.git"
},
"keywords": [
"datepicker",
"pickadate",
"angular"
],
"author": "Gabriel Schammah",
"license": "MIT",
"bugs": {
"url": "https://github.com/restorando/angular-pickadate/issues"
},
"homepage": "https://github.com/restorando/angular-pickadate",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"jquery": "^2.2.3",
"jshint": "^2.9.1",
"karma": "^0.13.22",
"karma-chai-plugins": "^0.7.0",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"lodash": "^4.11.1",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.7"
}
}