Files
dist
src
test
.gitignore
CHANGELOG.txt
Gruntfile.js
LICENSE-MIT
Package.nuspec
README.md
bower.json
composer.json
package.json
x-editable/bower.json
2013-08-08 00:02:41 +04:00

16 lines
235 B
JSON

{
"name": "x-editable",
"version": "1.4.6",
"main": "dist/README.md",
"ignore": [
"*.*",
"LICENSE-MIT",
"node_modules",
"components",
"src",
"test"
],
"dependencies": {
"jquery": ">=1.6"
}
}