FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-Templates/package.json at master · googleask/JavaScript-Templates · GitHub
googleask
/
JavaScript-Templates
Public
forked from
blueimp/JavaScript-Templates
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript-Templates
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (43 loc) · 1.14 KB
Breadcrumbs
JavaScript-Templates
/
package.json
Copy path
File metadata and controls
43 lines (43 loc) · 1.14 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
blueimp-tmpl
"
,
"version"
:
"
2.5.5
"
,
"title"
:
"
JavaScript Templates
"
,
"description"
:
"
< 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers.
"
,
"keywords"
: [
"
javascript
"
,
"
templates
"
,
"
templating
"
],
"homepage"
:
"
https://github.com/blueimp/JavaScript-Templates
"
,
"author"
: {
"name"
:
"
Sebastian Tschan
"
,
"url"
:
"
https://blueimp.net
"
},
"maintainers"
: [
{
"name"
:
"
Sebastian Tschan
"
,
"url"
:
"
https://blueimp.net
"
}
],
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git://github.com/blueimp/JavaScript-Templates.git
"
},
"bugs"
:
"
https://github.com/blueimp/JavaScript-Templates/issues
"
,
"license"
:
"
MIT
"
,
"devDependencies"
: {
"grunt"
:
"
~0.4.5
"
,
"grunt-contrib-uglify"
:
"
~0.5.0
"
,
"grunt-contrib-jshint"
:
"
~0.10.0
"
,
"grunt-bump-build-git"
:
"
~1.1.1
"
,
"grunt-simple-mocha"
:
"
~0.4.0
"
,
"expect.js"
:
"
0.3.1
"
},
"scripts"
: {
"test"
:
"
grunt test
"
},
"bin"
: {
"tmpl.js"
:
"
js/compile.js
"
},
"main"
:
"
js/tmpl.js
"
}
Back
|
FazBrowse Home
|
New Git URL