-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 902 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
35
36
37
38
39
40
{
"name": "calendr",
"version": "0.0.5",
"description": "Calendar grid generator",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"moment": "^2.6.0",
"node.extend": "^1.1.2"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.4",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-test": "^0.10.2",
"sinon": "^1.9.1",
"mocha": "^1.19.0",
"grunt-cli": "^0.1.13"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "[email protected]:nowk/calendr.js.git"
},
"keywords": [
"calendar",
"grid"
],
"author": "Yung Hwa Kwon <[email protected]> (http://damncarousel.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nowk/calendr.js/issues"
},
"homepage": "https://github.com/nowk/calendr.js"
}