Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: polymer_0.5.0/bower_components/gif.js/package.json

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "gif.js", 2 "name": "gif.js",
3 "version": "0.1.6", 3 "version": "0.1.6",
4 "description": "JavaScript GIF encoding library", 4 "description": "JavaScript GIF encoding library",
5 "author": "Johan Nordberg <code@johan-nordberg.com>", 5 "author": "Johan Nordberg <code@johan-nordberg.com>",
6 "main": "index.js", 6 "main": "index.js",
7 "repository": "https://github.com/jnordberg/gif.js.git", 7 "repository": "https://github.com/jnordberg/gif.js.git",
8 "devDependencies": { 8 "devDependencies": {
9 "commonjs-everywhere": "~0.9.4" 9 "commonjs-everywhere": "~0.9.4"
10 }, 10 },
11 "scripts": { 11 "scripts": {
12 "prepublish": "./bin/build" 12 "prepublish": "./bin/build"
13 }, 13 },
14 "browser": "./dist/gif.js", 14 "browser": "./dist/gif.js",
15 "keywords": [ 15 "keywords": [
16 "gif", 16 "gif",
17 "animation", 17 "animation",
18 "encoder" 18 "encoder"
19 ], 19 ],
20 "license": "MIT", 20 "license": "MIT",
21 "readmeFilename": "README.md" 21 "readmeFilename": "README.md"
22 } 22 }
OLDNEW
« no previous file with comments | « polymer_0.5.0/bower_components/gif.js/index.js ('k') | polymer_0.5.0/bower_components/gif.js/site/config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698