-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 744 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 744 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
{
"name": "hmps-animate.scss",
"version": "1.0.1",
"description": "Animate.scss is a collection of fun, easy-to-use css animations for your project. There great to draw attention to objects, sliders and other awe-inspiring effects on your site.",
"main": "animate.scss",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hmps/animate.scss.git"
},
"keywords": [
"css",
"animation",
"scss"
],
"author": "Hampus Persson, @hmps",
"license": "WFTPL",
"bugs": {
"url": "https://github.com/hmps/animate.scss/issues"
},
"homepage": "https://github.com/hmps/animate.scss"
}