-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (35 loc) · 863 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
{
"name": "evopop-shell-theme",
"version": "0.1.0",
"description": "GNOME Shell Theme for Evopop",
"homepage": "https://github.com/alex285/evopop-gnome-shell-theme",
"github": "https://github.com/alex285/evopop-gnome-shell-theme",
"author": {
"name": "alex285",
"email": "[email protected]",
"url":"https://github.com/alex285"
},
"repository": {
"type": "git",
"url": "https://github.com/alex285/evopop-gnome-shell-theme"
},
"bugs": {
"url": ""
},
"license": {
"type": "GPL"
},
"dependencies": {
"stylus": "0.50.0",
"gulp": "^3.8.11",
"coffee-script":"~1.9.1"
},
"devDependencies": {
"chalk": "^1.0.0",
"gulp-stylus": "^2.0.1",
"gulp-shell": "0.3.0",
"gulp-concat": "^2.5.2",
"gulp-notify": "^2.2.0",
"fs-extra": "^0.18.2"
}
}