add air-datepicker common.js module

This commit is contained in:
t1m0n 2016-05-05 17:44:27 +03:00
parent af3f0ec3cd
commit a5cacf89c4
4 changed files with 38 additions and 4 deletions

2
.npmignore Normal file
View File

@ -0,0 +1,2 @@
bower.json
static-server.js

View File

@ -28,6 +28,6 @@
"tests"
],
"dependencies": {
"jquery": "^2.1.4"
"jquery": "^2.2.3"
}
}

View File

@ -1,8 +1,9 @@
{
"name": "air-datepicker",
"version": "1.2.1",
"version": "2.0.0",
"devDependencies": {
"autoprefixer": "^6.1.0",
"browserify": "^13.0.0",
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-clone": "^1.0.0",
@ -20,6 +21,33 @@
"gulp-wrap": "^0.11.0",
"jade": "^1.11.0",
"mocha": "^2.3.4",
"node-static": "^0.7.7"
}
"node-static": "^0.7.7",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"jquery": "^2.2.3"
},
"description": "Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern desktop and mobile browsers (tested no Android 4.4+ and iOS8+)\r ![air datepicker image](https://github.com/t1m0n/air-datepicker/raw/master/docs/img/promo-img.png)",
"main": "src/js/air-datepicker.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t1m0n/air-datepicker.git"
},
"keywords": [
"datepicker",
"timepicker",
"plugin",
"customizable",
"powerfull"
],
"author": "t1m0n <t1m0n.tr@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/t1m0n/air-datepicker/issues"
},
"homepage": "https://github.com/t1m0n/air-datepicker#readme"
}

4
src/js/air-datepicker.js Normal file
View File

@ -0,0 +1,4 @@
require('./datepicker');
require('./body');
require('./navigation');
require('./timepicker');