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
30 lines (30 loc) · 772 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 772 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
{
"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 <pablo@pablocantero.com>",
"license": "MIT License GPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "~0.1",
"grunt-contrib-jasmine": "~1.0.3",
"grunt-contrib-jshint": "~0.7",
"grunt-contrib-watch": "~0.2",
"grunt-exec": "~0.4",
"grunt-template-jasmine-istanbul": "~0.4.0"
},
"scripts": {
"test": "grunt test --verbose"
},
"dependencies": {
"grunt-contrib-uglify": "^3.3.0"
}
}