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

Side by Side Diff: polymer_0.4.0/bower_components/polymer-test-tools/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
OLDNEW
1 { 1 {
2 "name": "chai" 2 "name": "chai"
3 , "version": "1.9.1" 3 , "version": "1.9.1"
4 , "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic." 4 , "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic."
5 , "license": "MIT" 5 , "license": "MIT"
6 , "keywords": [ 6 , "keywords": [
7 "test" 7 "test"
8 , "assertion" 8 , "assertion"
9 , "assert" 9 , "assert"
10 , "testing" 10 , "testing"
11 , "chai" 11 , "chai"
12 ] 12 ]
13 , "main": "chai.js" 13 , "main": "chai.js"
14 , "ignore": [ 14 , "ignore": [
15 "build" 15 "build"
16 , "components" 16 , "components"
17 , "lib" 17 , "lib"
18 , "node_modules" 18 , "node_modules"
19 , "support" 19 , "support"
20 , "test" 20 , "test"
21 , "index.js" 21 , "index.js"
22 , "Makefile" 22 , "Makefile"
23 , ".*" 23 , ".*"
24 ] 24 ]
25 , "dependencies": {} 25 , "dependencies": {}
26 , "devDependencies": {} 26 , "devDependencies": {}
27 } 27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698