-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 1.94 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"author": {
"email": "[email protected]",
"name": "Christian Grete",
"url": "https://christiangrete.com"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/ChristianGrete/polymer-mustache-template/issues"
},
"contributors": [
{
"email": "[email protected]",
"name": "Christian Grete",
"url": "https://christiangrete.com"
}
],
"dependencies": {},
"description": "A Mustache template for Polymer web components",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-exec": "^0.4.7",
"grunt-jsonlint": "^1.0.8",
"grunt-modify-json": "^0.1.3",
"grunt-register-tasks": "^1.0.0",
"grunt-string-replace": "^1.2.1",
"grunt-ts": "^5.5.1",
"grunt-tslint": "^3.1.0",
"load-grunt-tasks": "^3.5.0",
"time-grunt": "^1.3.0",
"tslint": "^3.10.2",
"typescript": "^1.8.10",
"typings": "^1.0.4"
},
"files": [
"*.md",
"dist/template.mustache",
"index.{d.ts,js}",
"typings.json"
],
"homepage": "https://github.com/ChristianGrete/polymer-mustache-template",
"keywords": [
"boilerplate",
"component",
"components",
"custom",
"dom",
"element",
"elements",
"module",
"mustache",
"polymer",
"template",
"web"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "[email protected]",
"name": "Christian Grete",
"url": "https://christiangrete.com"
}
],
"name": "polymer-mustache-template",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/ChristianGrete/polymer-mustache-template.git"
},
"scripts": {
"grunt": "grunt",
"typings": "typings"
},
"typings": "index.d.ts",
"version": "1.6.0"
}