forked from romannurik/MaterialColorsApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 942 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 942 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
{
"name": "materialcolors",
"appDisplayName": "Material Colors",
"productName": "Material Colors",
"appBundleId": "net.greenitsolution.materialcolors",
"version": "1.1.0",
"description": "A quick color palette for material design colors.",
"main": "main.js",
"author": "Roman Nurik",
"private": true,
"scripts": {
"start": "gulp",
"buildDeb": "electron-installer-debian --config lunix-debian-installer.json"
},
"devDependencies": {
"del": "^2.2.0",
"electron-packager": "^7.0.1",
"electron-prebuilt": "^1.0.1",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.2",
"gulp-cli": "^1.2.1",
"gulp-load-plugins": "^1.2.0",
"gulp-plist": "^0.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-shell": "^0.5.2",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.5"
},
"dependencies": {
"jquery": "^3.0.0",
"tinycolor2": "^1.3.0",
"yargs": "^4.2.0"
}
}