-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 903 Bytes
/
package.json
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
36
{
"name": "nanomodal",
"version": "5.1.2",
"description": "A small, self-contained JavaScript modal library with some extra features",
"homepage": "https://github.com/kylepaulsen/NanoModal",
"author": {
"name": "Kyle Paulsen",
"email": "[email protected]",
"url": "http://www.kylepaulsen.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/kylepaulsen/NanoModal"
},
"keywords": [
"NanoModal",
"modal",
"dialog",
"popup",
"library"
],
"bugs": {
"url": "https://github.com/kylepaulsen/NanoModal/issues"
},
"license": "MIT",
"main": "nanomodal.min.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-qunit": "^0.5.2",
"brfs": "^1.1.2",
"grunt-browserify": "^2.1.3",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-concat": "^0.5.0"
}
}