-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
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
42
43
44
45
{
"name": "@intothesource/feedback-animation",
"version": "1.0.6",
"description": "Gives feedback to button clicks etc. Think Material style ripple effects.",
"private": false,
"main": "feedback-animation.js",
"module": "feedback-animation.js",
"directories": {
"example": "example"
},
"scripts": {
"release": "np",
"test": "./node_modules/.bin/cypress open"
},
"publishConfig": {
"access": "public"
},
"files": [
"feedback-animation.js",
"feedback-animation.css",
"constants.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/intothesource/feedback-animation.git"
},
"keywords": [
"ripple",
"feedback",
"animation",
"feedback-animation",
"material"
],
"author": "Ramon Valk",
"license": "MIT",
"bugs": {
"url": "https://github.com/intothesource/feedback-animation/issues"
},
"homepage": "https://github.com/intothesource/feedback-animation#readme",
"dependencies": {},
"devDependencies": {
"cypress": "^3.4.1",
"eslint": "^6.5.1"
}
}