-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 848 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
{
"name": "lazy-cf7-assets",
"version": "0.1.4",
"description": "Lazyloads Contact Form 7's JavaScript only if there is a form on the page. Use on a WordPress website with Contact Form 7 plugin active and its JavaScript manually dequeued.",
"repository": {
"type": "git",
"url": "git+https://github.com/joeldbirch/lazy-cf7-assets.git"
},
"main": "dist/index.js",
"keywords": [
"contact-form-7",
"wordpress"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist"
},
"author": {
"name": "Joel Birch",
"email": "[email protected]"
},
"license": "MIT",
"babel": {
"presets": [
"env"
]
},
"dependencies": {
"scriptjs": "^2.5.8"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1"
}
}