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

Side by Side Diff: bower_components/chai/.bower.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
« no previous file with comments | « bower_components/app-router/src/app-router.js ('k') | bower_components/chai/CONTRIBUTING.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "chai",
3 "version": "1.9.2",
4 "description": "BDD/TDD assertion library for node.js and the browser. Test fr amework agnostic.",
5 "license": "MIT",
6 "keywords": [
7 "test",
8 "assertion",
9 "assert",
10 "testing",
11 "chai"
12 ],
13 "main": "chai.js",
14 "ignore": [
15 "build",
16 "components",
17 "lib",
18 "node_modules",
19 "support",
20 "test",
21 "index.js",
22 "Makefile",
23 ".*"
24 ],
25 "dependencies": {},
26 "devDependencies": {},
27 "homepage": "https://github.com/chaijs/chai",
28 "_release": "1.9.2",
29 "_resolution": {
30 "type": "version",
31 "tag": "1.9.2",
32 "commit": "73b4559e5ef336cf4292dfdb9ea4eb62b6bfadae"
33 },
34 "_source": "git://github.com/chaijs/chai.git",
35 "_target": "~1.9.1",
36 "_originalSource": "chai"
37 }
OLDNEW
« no previous file with comments | « bower_components/app-router/src/app-router.js ('k') | bower_components/chai/CONTRIBUTING.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698