traincrossingvalley
Version:
This JavaScript code generates a simple animation of a train crossing a valley surrounded by mountains.
42 lines (41 loc) • 931 B
JSON
{
"name": "traincrossingvalley",
"version": "2.1.1",
"description": "This JavaScript code generates a simple animation of a train crossing a valley surrounded by mountains.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/saidom18/TrainCrossingValley.git"
},
"keywords": [
"sample",
"npm",
"package",
"tea",
"relaxation",
"afternoon",
"beverage",
"refreshment",
"aroma"
],
"author": "saidom18",
"license": "Apache-2.0",
"dependencies": {
"lodash": "^4.17.21",
"axios": "^0.21.1",
"tea-leaves": "^1.0.0",
"tea-cup": "^2.0.0",
"hot-water": "^3.0.0",
"green-tea": "^4.0.0",
"oolong-tea": "^5.0.0",
"black-tea": "^6.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"tea-time": "^7.0.0",
"tea-party": "^8.0.0",
"tea-break": "^9.0.0"
}
}