forked from phstc/jquery-dateFormat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (29 loc) · 851 Bytes
/
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
{
"name": "jquery-dateformat",
"version": "1.0.3",
"homepage": "https://github.com/phstc/jquery-dateFormat",
"description": "It's a jQuery Plugin to format Date outputs using JavaScript.",
"author": "Pablo Cantero <[email protected]>",
"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"
}
}