Blame view

framework/admin/thirdparty/chosen/package.json 487 Bytes
385d70ca   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  {
    "author": "harvest",
    "name": "chosen",
    "version": "0.9.8",
    "description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.",
    "repository": {
      "type": "git",
      "url": "https://github.com/harvesthq/chosen"
    },
    "engines": {
      "node": ">=0.4.0"
    },
    "dependencies": {},
    "devDependencies": {
      "coffee-script": ">= 1.2",
      "uglify-js": ">= 1.2.5"
    }
  }