forked from gijo-varghese/flying-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 792 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
{
"name": "flying-pages",
"version": "2.0.6",
"description": "Load inner pages instantly, intelligently!",
"main": "flying-pages.js",
"scripts": {
"build": "babel flying-pages.js -o flying-pages.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gijo-varghese/flying-pages.git"
},
"keywords": [
"flying-pages",
"preload",
"fast",
"performance",
"speed"
],
"author": "Gijo Varghese",
"license": "ISC",
"bugs": {
"url": "https://github.com/gijo-varghese/flying-pages/issues"
},
"homepage": "https://github.com/gijo-varghese/flying-pages#readme",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"babel-preset-minify": "^0.5.1"
}
}