forked from RubaXa/Ply
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 700 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}