-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.1 KB
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
{
"name": "HackerNews7",
"version": "0.8.0",
"description": "Framework7 HackerNews web app",
"main": "index.html",
"repository": {
"type": "git",
"url": "https://guillaumebiton.github.com/HackerNews7.git"
},
"keywords": [
"Hackernews",
"Framework7",
"webapp",
"html5"
],
"authors": [
"guillaumebiton <guillaume.biton@free.fr>",
"Vladimir Kharlampidi"
],
"license": "MIT",
"bugs": {
"url": "https://guillaumebiton.github.com/HackerNews7/issues"
},
"homepage": "https://guillaumebiton.github.com/HackerNews7",
"engines": {
"node": "*"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.8.11",
"gulp-connect": "^5.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-open": "^2.0.0",
"nw-builder": "^3.1.2"
},
"window": {
"icon": "apple-touch-icon.png",
"toolbar": false,
"frame": true,
"width": 1440,
"height": 600,
"min-width": 320,
"resizable": true,
"transparent": false
},
"dependencies": {
"framework7": "*",
"moment": "*"
},
"scripts": {
"start": "gulp",
"stop": "gulp clean"
}
}