UNPKG

vector2d-extended

Version:
49 lines (48 loc) 1.35 kB
{ "name": "vector2d-extended", "version": "0.1.1", "repository": { "type": "git", "url": "https://github.com/archieDeveloper/vector2d-extended.git" }, "description": "Vector2d class", "main": "index.js", "types": "lib/Vector2d", "scripts": { "dev": "webpack --watch", "test": "mocha --watch", "type-check": "tsc --noEmit", "type-check:watch": "npm run type-check -- --watch", "build": "npm run build:types && npm run build:js", "build:types": "tsc --emitDeclarationOnly", "build:js": "webpack" }, "keywords": [ "vector2d", "vector", "math" ], "author": "Arkady Kozhedub <arkadij.ok@gmail.com>", "license": "MIT", "readmeFilename": "README.md", "devDependencies": { "@babel/cli": "^7.2.0", "@babel/core": "^7.2.2", "@babel/plugin-proposal-class-properties": "^7.2.1", "@babel/plugin-proposal-object-rest-spread": "^7.2.0", "@babel/preset-env": "^7.2.3", "@babel/preset-typescript": "^7.1.0", "babel-loader": "^8.0.5", "chai": "^4.2.0", "mocha": "^5.2.0", "source-map-loader": "^0.2.4", "ts-loader": "^5.3.3", "typescript": "^3.2.2", "uglifyjs-webpack-plugin": "^2.1.1", "webpack": "^4.28.4", "webpack-cli": "^3.2.1" }, "bugs": { "url": "https://github.com/archieDeveloper/vector2d-extended/issues" } }