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.
 
 
 

35 lines
700 B

{
"name": "ply",
"exportName": "Ply",
"version": "0.6.1",
"devDependencies": {
"grunt": "*",
"grunt-contrib-watch": "*",
"grunt-qunit-istanbul": "*",
"grunt-es6-transpiler": "*",
"grunt-contrib-uglify": "*",
"grunt-version": "*"
},
"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",
"popup",
"lightbox",
"alert",
"confirm",
"prompt"
],
"author": "Konstantin Lebedev <ibnRubaXa@gmail.com>",
"license": "MIT"
}