-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.39 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "rkd-modal",
"version": "1.5.5",
"description": "Plain content and AJAX supported modal.",
"main": "Gruntfile.js",
"scripts": {
"test-ci": "./node_modules/.bin/cypress run --config video=false --record",
"test": "./node_modules/.bin/cypress open",
"serve": "./node_modules/.bin/node-http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renekorss/rkd-modal.git"
},
"keywords": [
"modal",
"popup",
"ajax",
"modal window",
"modal popup",
"ajax modal"
],
"author": "Rene Korss <rene.korss@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/renekorss/rkd-modal/issues"
},
"homepage": "https://github.com/renekorss/rkd-modal#readme",
"devDependencies": {
"bourbon": "^4.3.4",
"bourbon-neat": "^3.0.1",
"cypress": "^13.12.0",
"eslint": "^6.8.0",
"grunt": "^1.2.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-sass-lint": "^0.1.0",
"jquery": "^3.5.1",
"load-grunt-tasks": "^3.5.0",
"merge": ">=1.2.1",
"node-http-server": "^8.1.2",
"sass-lint": "^1.13.1",
"spinkit": "^1.2.5"
},
"dependencies": {}
}