Blame view

package.json 992 Bytes
5c8f10d65   Tom Huang   start
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
41
42
43
44
45
  {
    "name": "pikaday",
    "version": "1.3.3",
    "description": "A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS",
    "keywords": [
      "datepicker",
      "calendar",
      "date"
    ],
    "homepage": "http://dbushell.github.io/Pikaday/",
    "bugs": "https://github.com/dbushell/Pikaday/issues",
    "licenses": [
      {
        "type": "BSD",
        "url": "http://opensource.org/licenses/BSD-3-Clause"
      },
      {
        "type": "MIT",
        "url": "http://opensource.org/licenses/MIT"
      }
    ],
    "main": "pikaday.js",
    "repository": {
      "type": "git",
      "url": "https://github.com/dbushell/Pikaday.git"
    },
    "optionalDependencies": {
      "moment": "2.x"
    },
    "devDependencies": {
      "mocha": "~1.18.2",
      "expect.js": "^0.3.1"
    },
    "testling": {
      "harness": "mocha",
      "files": "tests/*.js",
      "browsers": [
        "ie/7..latest",
        "chrome/latest",
        "firefox/3.6", "firefox/latest",
        "safari/latest",
        "opera/latest"
      ]
    }
  }