forked from SeanGrindal/custom-cursor.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 941 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
33
34
35
36
37
38
39
40
41
{
"name": "custom-cursor.js",
"version": "1.3.8",
"description": "Generate a custom cursor in JS",
"main": "dist/index.js",
"scripts": {
"dev": "babel src -d dist --watch",
"build": "babel src -d dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SeanGrindal/custom-cursor.js"
},
"files": [
"dist"
],
"keywords": [
"simple",
"lightweight",
"frontend",
"cursor",
"custom cursor",
"javascript cursor",
"css cursor"
],
"author": {
"name": "Sean Grindal",
"email": "[email protected]",
"url": "https://seangrindal.dev/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/SeanGrindal/custom-cursor.js/issues"
},
"homepage": "https://custom-cursor-js.netlify.app/",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
}
}