-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.07 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
{
"name": "tyle",
"description": "Attach views to your data",
"version": "0.1.0",
"author": "Eric Leibenguth",
"main": "index.html",
"window": {
"toolbar": false,
"icon": "img/tile.png",
"width": 1024,
"height": 720,
"min_height": 480,
"min_width": 640,
"position": "center"
},
"dependencies": {
"angular": "^1.3.15",
"bootstrap": "^3.3.4",
"express": "^4.12.4",
"jquery": "^2.1.4",
"jquery-easing": "0.0.1",
"ngstorage": "^0.3.3",
"sax": "^1.1.0"
},
"devDependencies": {
"accepts": "^1.2.9",
"batch": "^0.5.2",
"debug": "^2.2.0",
"escape-html": "^1.0.2",
"gulp": "^3.8.11",
"gulp-util": "^3.0.5",
"gulp-zip": "^3.0.2",
"http-errors": "^1.3.1",
"mime-types": "^2.1.1",
"node-webkit-builder": "^1.0.11",
"parseurl": "^1.3.0"
},
"scripts": {
"gulp": "gulp"
},
"license": {
"type": "GPL-2.0",
"url": "https://raw.githubusercontent.com/ericleib/tyle/master/LICENSE"
},
"repository": {
"type": "git",
"url": "https://github.com/ericleib/tyle.git"
}
}