-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
41 lines (41 loc) · 897 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": "dapp-styles",
"namespace": "ethereum",
"version": "0.5.6",
"description": "CSS/LESS framework for dapps",
"directories": {
"lib": "./"
},
"devDependencies": {
"gulp": ">=3.9.0",
"gulp-less": "^3.0.3",
"gulp-replace": "^0.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/ethereum/dapp-styles.git"
},
"homepage": "https://github.com/ethereum/dapp-styles",
"bugs": {
"url": "https://github.com/ethereum/dapp-styles/issues"
},
"keywords": [
"ethereum",
"dapp",
"styles"
],
"author": "ethdev.com",
"authors": [
{
"name": "Alex van de Sande",
"email": "[email protected]",
"homepage": "https://github.com/alexvandesande"
},
{
"name": "Fabian Vogelsteller",
"email": "[email protected]",
"homepage": "http://frozeman.de"
}
],
"license": "MIST"
}