OLD | NEW |
1 { | 1 { |
2 "locals": { | 2 "locals": { |
3 "name": "gif.js", | 3 "name": "gif.js", |
4 "url": "http://jnordberg.github.io/gif.js", | 4 "url": "http://jnordberg.github.io/gif.js", |
5 "description": "Full-featured JavaScript GIF encoder that runs in your brows
er.", | 5 "description": "Full-featured JavaScript GIF encoder that runs in your brows
er.", |
6 "keywords": "gif, encoder, animation, browser, unicorn", | 6 "keywords": "gif, encoder, animation, browser, unicorn", |
7 "version": "3" | 7 "version": "3" |
8 }, | 8 }, |
9 "baseUrl": "/gif.js/", | 9 "baseUrl": "/gif.js/", |
10 "require": { | 10 "require": { |
11 "hljs": "highlight.js" | 11 "hljs": "highlight.js" |
12 }, | 12 }, |
13 "plugins": [ | 13 "plugins": [ |
14 "wintersmith-browserify", | 14 "wintersmith-browserify", |
15 "wintersmith-less", | 15 "wintersmith-less", |
16 "wintersmith-nunjucks", | 16 "wintersmith-nunjucks", |
17 "./plugins/jsignore.coffee" | 17 "./plugins/jsignore.coffee" |
18 ] | 18 ] |
19 } | 19 } |
OLD | NEW |