Merge remote branch 'snowfish/package.json' into package.json
This commit is contained in:
commit
04568d271e
1 changed files with 18 additions and 0 deletions
18
package.json
Normal file
18
package.json
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"author": "harvest",
|
||||||
|
"name": "chosen",
|
||||||
|
"version": "0.9.5-35-g880a30d",
|
||||||
|
"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": {
|
||||||
|
"coffee-script": ">= 1.2.0",
|
||||||
|
"uglify-js": ">= 1.2.3"
|
||||||
|
},
|
||||||
|
"devDependencies": {}
|
||||||
|
}
|
Loading…
Reference in a new issue