-
-
Notifications
You must be signed in to change notification settings - Fork 240
/
package.json
34 lines (34 loc) · 858 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
30
31
32
33
34
{
"name": "jquery-dateformat",
"version": "1.0.4",
"homepage": "https://github.com/phstc/jquery-dateFormat",
"description": "It's a jQuery Plugin to format Date outputs using JavaScript.",
"author": "Pablo Cantero",
"license": "MIT License",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"grunt-cli": "~1.3.2",
"grunt": "~0.4.2",
"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",
"hoek": "~> 5.0.3"
},
"scripts": {
"test": "grunt test",
"test:browser": "grunt test:browser",
"compile": "grunt compile"
},
"dependencies": {
"grunt-contrib-uglify": "^3.3.0"
}
}