You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "ply",
|
|
|
|
"exportName": "Ply",
|
|
|
|
"version": "0.3.0",
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "*",
|
|
|
|
"grunt-contrib-watch": "*",
|
|
|
|
"grunt-qunit-istanbul": "*",
|
|
|
|
"grunt-es6-transpiler": "*",
|
|
|
|
"grunt-contrib-uglify": "*"
|
|
|
|
},
|
|
|
|
"description": "Ply — Amazing layer/modal/dialog system. Wow!",
|
|
|
|
"main": "Ply.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/rubaxa/Ply.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ply",
|
|
|
|
"layer",
|
|
|
|
"modal",
|
|
|
|
"dialog",
|
|
|
|
"lightbox",
|
|
|
|
"alert",
|
|
|
|
"confirm",
|
|
|
|
"prompt"
|
|
|
|
],
|
|
|
|
"author": "Konstantin Lebedev <ibnRubaXa@gmail.com>",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|