-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 920 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 920 Bytes
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
{
"name": "@giantcz/component-cursor-distance",
"version": "1.0.7",
"description": "Gia component getting distance of cursor from element center.",
"main": "lib/index.js",
"private": false,
"scripts": {
"compile": "babel --presets es2015,stage-0 -d lib/ src/",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run compile && npm run build",
"build": "webpack-cli"
},
"author": "Georgy Marchuk",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/giantcz/gia-cursor-distance"
},
"keywords": [],
"dependencies": {
"gia": "0.0.7",
"lodash": "^4.17.10"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
}
}