-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 926 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
{
"name": "rmr-modal",
"version": "0.2.10",
"description": "Modal content presentation for your website",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:davidfmiller/rmr-modal.git"
},
"author": "davidfmiller",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"grunt": "^1.1.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-watch": "^1.1.0",
"mocha": "^10.2.0",
"webpack": "^5.92.0"
},
"bugs": {
"url": "https://github.com/davidfmiller/rmr-modal/issues"
},
"homepage": "https://davidfmiller.github.io/rmr-modal",
"dependencies": {
"rmr-backdrop": "^0.3.8",
"rmr-util": "^1.1.135"
}
}