-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
38 lines (38 loc) · 840 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
{
"name": "planegtk",
"version": "1.0.0",
"description": "Plane theme for Gnome Linux",
"main": "index.js",
"scripts": {
"start": "gulp",
"dev": "gulp watch",
"devd": "gulp watch -D",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wfpaisa/plane-theme.git"
},
"keywords": [
"plane-theme"
],
"author": "wfpaisa",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/wfpaisa/plane-theme/issues"
},
"homepage": "https://github.com/wfpaisa/plane-theme#readme",
"dependencies": {
"gulp-zip": "^4.1.0"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.3",
"gulp-sass": "^4.0.1",
"gulp-watch": "^5.0.1"
},
"volta": {
"node": "8.12.0"
}
}