-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
48 lines (48 loc) · 1.04 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
{
"name": "jsmart",
"title": "jSmart",
"description": "jSmart is a port of the Smarty Template Engine to Javascript.",
"main": "jsmart.js",
"version": "2.15.1",
"url": "https://github.com/umakantp/jsmart/",
"keywords": [
"jsmart",
"smarty",
"javascript",
"template",
"templates"
],
"author": "Max Miroshnikov <[email protected]>",
"contributors": [
{
"name": "Umakant Patil",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "LGPL-3.0",
"url": "http://opensource.org/licenses/LGPL-3.0"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.5.1",
"make": ">=3.81",
"node": ">=0.10.18",
"php": ">=5.5.3",
"smarty": ">=3.1.15"
},
"bugs": {
"url": "https://github.com/umakantp/jsmart/issues"
},
"scripts": {
"test": "make test",
"doc": "https://github.com/umakantp/jsmart/wiki"
},
"repository": {
"type": "git",
"url": "https://github.com/umakantp/jsmart.git"
}
}