-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 764 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 764 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
{
"name": "vanilla-modal",
"version": "1.1.0",
"description": "A dependency-free CSS-driven plain JavaScript modal written in ECMAScript 6.",
"main": "dist/vanilla-modal.js",
"repository": {
"type": "git",
"url": "https://github.com/thephuse/vanilla-modal.git"
},
"keywords": [
"modal",
"ecmascript",
"harmony",
"es6"
],
"author": "Ben Ceglowski <bceglowski@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thephuse/vanilla-modal/issues"
},
"homepage": "https://github.com/thephuse/vanilla-modal",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-6to5": "^2.0.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1"
}
}