-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.13 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
{
"name": "mobile508datepicker",
"version": "0.1.0",
"description": "An open source jquery plugin that is both mobile first and 508 accessible.",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-sass": "~0.3.0",
"grunt-contrib-imagemin": "~0.1.4",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-template-jasmine-istanbul": "~0.2.1",
"grunt-template-jasmine-requirejs": "~0.1.1",
"grunt-contrib-connect": "~0.3.0",
"matchdep": "~0.1.1"
},
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "https://github.com/jsdev/mobile508datepicker.git"
},
"keywords": [
"jquery"
],
"author": "Anthony Delorie",
"license": "MIT",
"gitHead": "a6cd3a15b4c6d64aca1799d1030c54d2b82e31e5",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/jsdev/mobile508datepicker/issues"
}
}