-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "tocas",
"version": "5.0.1",
"description": "The fastest and most intuitive way to build diverse websites and progressive web application interfaces.",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teacat/tocas.git"
},
"keywords": [
"tocas",
"css3",
"ui",
"html5",
"rwd"
],
"autoupdate": {
"source": "git",
"target": "git://github.com/teacat/tocas.git",
"fileMap": [
{
"basePath": "dist",
"files": [
"**/*"
]
}
]
},
"author": "Yami Odymel <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/teacat/tocas/issues"
},
"homepage": "https://github.com/teacat/tocas#readme"
}