-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.45 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "cuckoo",
"version": "0.3.1",
"description": "Get pictures of the network address",
"devDependencies": {
"electron-packager": "^5.2.1",
"electron-prebuilt": "^0.36.0",
"fs": "^0.0.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-drop-comments": "^0.0.1",
"gulp-html-replace": "^1.5.5",
"gulp-less": "^3.0.5",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.1",
"json-config-reader": "^2.0.1",
"queue-async": "^1.2.1",
"require-dir": "^0.3.0",
"sync-exec": "^0.6.2",
"through-gulp": "^0.3.8",
"through2": "^2.0.1",
"vinyl": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.12.14"
},
"scripts": {
"native": "electron ./src",
"build": "gulp clean && gulp",
"lang": "gulp i18n",
"clean": "gulp clean",
"dev": "gulp dev-js-bundle",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shinate/cuckoo.git"
},
"author": "shinate",
"license": "MIT",
"bugs": {
"url": "https://github.com/shinate/cuckoo/issues"
},
"homepage": "https://github.com/shinate/cuckoo#readme",
"keywords": [
"image",
"picture",
"hosting",
"cloud",
"bed",
"farm",
"storage"
],
"main": "gulpfile.js"
}