You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
528 B
JSON
29 lines
528 B
JSON
{
|
|
"name": "jsgrid",
|
|
"version": "1.5.3",
|
|
"main": [
|
|
"dist/jsgrid.js",
|
|
"dist/jsgrid.css",
|
|
"dist/jsgrid-theme.css"
|
|
],
|
|
"ignore": [
|
|
"demos",
|
|
"external",
|
|
"tests",
|
|
".editorconfig",
|
|
".gitignore",
|
|
".travis.yml",
|
|
"bower.json",
|
|
"Gruntfile.js",
|
|
"LICENSE",
|
|
"package.json",
|
|
"README.md"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"qunit": ">=1.10.0"
|
|
}
|
|
}
|