highway.js
Version:
Highway is an light-weight JS Page Loader
25 lines (24 loc) • 596 B
JSON
{
"name": "highway",
"version": "1.0.9",
"description": "Highway is an light-weight JS Page Loader",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Anthodpnt <antho.dpnt@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015-native-modules": "^6.9.4",
"del": "^2.2.2",
"webpack": "^2.4.1"
},
"dependencies": {
"gsap": "^1.19.1",
"highway.js": "^1.0.0"
}
}