forked from longbill/jquery-date-range-picker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 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
{
"name": "jquery-date-range-picker",
"version": "1.0.0",
"description": "A date range picker based on jQuery",
"main": "dist/jquery.daterangepicker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suluke/jquery-date-range-picker.git"
},
"author": "mindscreen GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/suluke/jquery-date-range-picker/issues"
},
"homepage": "https://github.com/suluke/jquery-date-range-picker#readme",
"devDependencies": {
"broccoli": "^0.16.9",
"broccoli-babel-transpiler": "^5.5.0",
"broccoli-funnel": "^1.0.1",
"broccoli-merge-trees": "^1.1.1",
"broccoli-sass": "^0.7.0",
"broccoli-uglify-sourcemap": "^1.1.0",
"broccolify": "^0.1.5",
"grunt": "^0.4.5",
"grunt-broccoli": "^0.4.1",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^2.5.0",
"jquery": "^2.1.4",
"moment": "^2.10.6"
}
}