-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 864 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
{
"name": "operator",
"description": "A drop-in \"PJAX\" solution for fluid, smooth transitions between pages.",
"version": "1.8.0",
"author": "estrattonbailey",
"license": "MIT",
"homepage": "https://github.com/estrattonbailey/operator#readme",
"source": "index.js",
"module": "dist/operator.es.js",
"main": "dist/operator.js",
"umd:main": "dist/operator.umd.js",
"files": [
"dist"
],
"scripts": {
"build": "microbundle build",
"watch": "microbundle watch --compress false"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/estrattonbailey/operator.git"
},
"keywords": [
"ajax",
"routing",
"pjax",
"ajaxify",
"single page application"
],
"devDependencies": {
"core-js": "^3.6.5",
"microbundle": "^0.12.3"
},
"dependencies": {
"matchit": "^1.0.8"
}
}