|
1 | 1 | { |
2 | | - "name": "blueimp-tmpl", |
3 | | - "version": "2.4.0", |
4 | | - "title": "JavaScript Templates", |
5 | | - "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.", |
6 | | - "keywords": [ |
7 | | - "javascript", |
8 | | - "templates", |
9 | | - "templating" |
10 | | - ], |
11 | | - "homepage": "https://github.com/blueimp/JavaScript-Templates", |
12 | | - "author": { |
13 | | - "name": "Sebastian Tschan", |
14 | | - "url": "https://blueimp.net" |
15 | | - }, |
16 | | - "maintainers": [ |
17 | | - { |
18 | | - "name": "Sebastian Tschan", |
19 | | - "url": "https://blueimp.net" |
20 | | - } |
21 | | - ], |
22 | | - "repository": { |
23 | | - "type": "git", |
24 | | - "url": "git://github.com/blueimp/JavaScript-Templates.git" |
25 | | - }, |
26 | | - "bugs": "https://github.com/blueimp/JavaScript-Templates/issues", |
27 | | - "licenses": [ |
28 | | - { |
29 | | - "type": "MIT", |
30 | | - "url": "http://www.opensource.org/licenses/MIT" |
31 | | - } |
32 | | - ], |
33 | | - "devDependencies": { |
34 | | - "mocha": "1.12.1", |
35 | | - "expect.js": "0.2.0", |
36 | | - "uglify-js": "2.4.0" |
37 | | - }, |
38 | | - "scripts": { |
39 | | - "test": "mocha --reporter spec" |
40 | | - }, |
41 | | - "bin": { |
42 | | - "tmpl.js": "js/compile.js" |
43 | | - }, |
44 | | - "main": "js/tmpl.js" |
| 2 | + "name": "blueimp-tmpl", |
| 3 | + "version": "2.5.0", |
| 4 | + "title": "JavaScript Templates", |
| 5 | + "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.", |
| 6 | + "keywords": [ |
| 7 | + "javascript", |
| 8 | + "templates", |
| 9 | + "templating" |
| 10 | + ], |
| 11 | + "homepage": "https://github.com/blueimp/JavaScript-Templates", |
| 12 | + "author": { |
| 13 | + "name": "Sebastian Tschan", |
| 14 | + "url": "https://blueimp.net" |
| 15 | + }, |
| 16 | + "maintainers": [ |
| 17 | + { |
| 18 | + "name": "Sebastian Tschan", |
| 19 | + "url": "https://blueimp.net" |
| 20 | + } |
| 21 | + ], |
| 22 | + "repository": { |
| 23 | + "type": "git", |
| 24 | + "url": "git://github.com/blueimp/JavaScript-Templates.git" |
| 25 | + }, |
| 26 | + "bugs": "https://github.com/blueimp/JavaScript-Templates/issues", |
| 27 | + "licenses": [ |
| 28 | + { |
| 29 | + "type": "MIT", |
| 30 | + "url": "http://www.opensource.org/licenses/MIT" |
| 31 | + } |
| 32 | + ], |
| 33 | + "devDependencies": { |
| 34 | + "grunt": "~0.4.1", |
| 35 | + "grunt-contrib-uglify": "~0.2.7", |
| 36 | + "grunt-contrib-jshint": "~0.7.1", |
| 37 | + "grunt-bump-build-git": "~1.0.0", |
| 38 | + "grunt-simple-mocha": "~0.4.0", |
| 39 | + "grunt-mocha": "~0.4.1", |
| 40 | + "expect.js": "0.2.0" |
| 41 | + }, |
| 42 | + "scripts": { |
| 43 | + "test": "grunt test" |
| 44 | + }, |
| 45 | + "bin": { |
| 46 | + "tmpl.js": "js/compile.js" |
| 47 | + }, |
| 48 | + "main": "js/tmpl.js" |
45 | 49 | } |
0 commit comments