forked from phstc/jquery-dateFormat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (31 loc) · 862 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (31 loc) · 862 Bytes
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
{
"name": "jquery-dateFormat",
"version": "0.0.1",
"homepage": "https://github.com/phstc/jquery-dateFormat",
"description": "It's a jQuery Plugin to format Date outputs using JavaScript.",
"authors": [
"Pablo Cantero <pablo@pablocantero.com>"
],
"license": "MIT License GPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"grunt": "~0.4.2",
"grunt-exec": "~0.4",
"grunt-contrib-jasmine": "~0.3",
"grunt-contrib-watch": "~0.2",
"grunt-contrib-jshint": "~0.7",
"grunt-contrib-uglify": "git://github.com/jharding/grunt-contrib-uglify.git#support-enclose-option",
"grunt-contrib-concat": "~0.1",
"grunt-contrib-jasmine": "~0.3",
"grunt-template-jasmine-istanbul": "~0.2.5"
},
"scripts": {
"test": "grunt test --verbose"
}
}