-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 828 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 828 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
34
35
36
37
{
"name": "d-material",
"version": "0.0.11",
"description": "pack of derbyjs components for quickly creation material design sites",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/onerussell/d-material.git"
},
"keywords": [
"derby",
"derbyjs",
"components",
"material",
"design",
"material design",
"android l",
"ripple",
"wave",
"shadow",
"ui",
"effects"
],
"author": {
"name": "Alexeev Ruslan",
"url": "http://vk.com/russell_o_o",
"email": "wb.russel@outlook.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/onerussell/d-material/issues"
},
"homepage": "https://github.com/onerussell/d-material"
}