-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 868 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
37
38
39
40
41
{
"name": "anymodal",
"title": "anyModal",
"description": "Responsive modal windows",
"version": "1.3.0",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.49.7"
},
"main": "index.js",
"repository": "https://SubZane@github.com/SubZane/anyModal.git",
"homepage": "http://subzane.github.io/anyModal/",
"bugs": "https://github.com/SubZane/anyModal/issues",
"author": "Andreas Lee-Norman <andreas@lee-norman.com>",
"license": "MIT",
"private": false,
"keywords": [
"modal window",
"responsive",
"lightbox",
"modal"
],
"files": [
"dist/*.js",
"/*.js",
"demo/*.*",
"*.json",
"*.md",
"LICENSE-MIT"
],
"dependencies": {}
}