-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"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]"
}
],
"license": "LGPL-3.0",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-karma": "^2.0.0",
"jasmine-core": "^2.7.0",
"karma": "^0.13.13",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.31"
},
"bugs": {
"url": "https://github.com/umakantp/jsmart/issues"
},
"scripts": {
"test": "grunt karma",
"doc": "https://github.com/umakantp/jsmart/wiki"
},
"repository": {
"type": "git",
"url": "https://github.com/umakantp/jsmart.git"
}
}