-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
36 lines (36 loc) · 911 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": "mavo-plugins",
"version": "0.0.3",
"description": "Mavo plugin repository",
"main": "mavo.js",
"scripts": {
"test": "open ."
},
"repository": {
"type": "git",
"url": "https://github.com/LeaVerou/mavo-plugins.git"
},
"author": "Lea Verou",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeaVerou/mavo-plugins/issues"
},
"homepage": "http://plugins.mavo.io",
"browserslist": "> 0.19%, not IE <= 11, not samsung <= 4, not op_mini all, not chrome <= 55",
"devDependencies": {
"babel-eslint": "^10.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-file-include": "^2.2.2",
"gulp-notify": "^3.2.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-util": "^3.0.7"
},
"dependencies": {
"acorn": "^7.3.1",
"eslint": "^7.3.1"
}
}