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

Side by Side Diff: polymer_0.4.0/bower_components/polymer-test-tools/chai/component.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": "chai" 2 "name": "chai"
3 , "repo": "chaijs/chai" 3 , "repo": "chaijs/chai"
4 , "version": "1.9.1" 4 , "version": "1.9.1"
5 , "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic." 5 , "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic."
6 , "license": "MIT" 6 , "license": "MIT"
7 , "keywords": [ 7 , "keywords": [
8 "test" 8 "test"
9 , "assertion" 9 , "assertion"
10 , "assert" 10 , "assert"
(...skipping 29 matching lines...) Expand all
40 , "lib/chai/utils/test.js" 40 , "lib/chai/utils/test.js"
41 , "lib/chai/utils/transferFlags.js" 41 , "lib/chai/utils/transferFlags.js"
42 , "lib/chai/utils/type.js" 42 , "lib/chai/utils/type.js"
43 ] 43 ]
44 , "dependencies": { 44 , "dependencies": {
45 "chaijs/assertion-error": "1.0.0" 45 "chaijs/assertion-error": "1.0.0"
46 , "chaijs/deep-eql": "0.1.3" 46 , "chaijs/deep-eql": "0.1.3"
47 } 47 }
48 , "development": {} 48 , "development": {}
49 } 49 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698