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

Side by Side Diff: bower_components/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
« no previous file with comments | « bower_components/chai/chai.js ('k') | bower_components/chai/karma.conf.js » ('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 , "repo": "chaijs/chai"
4 , "version": "1.9.2"
5 , "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic."
6 , "license": "MIT"
7 , "keywords": [
8 "test"
9 , "assertion"
10 , "assert"
11 , "testing"
12 , "chai"
13 ]
14 , "main": "index.js"
15 , "scripts": [
16 "index.js"
17 , "lib/chai.js"
18 , "lib/chai/assertion.js"
19 , "lib/chai/config.js"
20 , "lib/chai/core/assertions.js"
21 , "lib/chai/interface/assert.js"
22 , "lib/chai/interface/expect.js"
23 , "lib/chai/interface/should.js"
24 , "lib/chai/utils/addChainableMethod.js"
25 , "lib/chai/utils/addMethod.js"
26 , "lib/chai/utils/addProperty.js"
27 , "lib/chai/utils/flag.js"
28 , "lib/chai/utils/getActual.js"
29 , "lib/chai/utils/getEnumerableProperties.js"
30 , "lib/chai/utils/getMessage.js"
31 , "lib/chai/utils/getName.js"
32 , "lib/chai/utils/getPathValue.js"
33 , "lib/chai/utils/getProperties.js"
34 , "lib/chai/utils/index.js"
35 , "lib/chai/utils/inspect.js"
36 , "lib/chai/utils/objDisplay.js"
37 , "lib/chai/utils/overwriteMethod.js"
38 , "lib/chai/utils/overwriteProperty.js"
39 , "lib/chai/utils/overwriteChainableMethod.js"
40 , "lib/chai/utils/test.js"
41 , "lib/chai/utils/transferFlags.js"
42 , "lib/chai/utils/type.js"
43 ]
44 , "dependencies": {
45 "chaijs/assertion-error": "1.0.0"
46 , "chaijs/deep-eql": "0.1.3"
47 }
48 , "development": {}
49 }
OLDNEW
« no previous file with comments | « bower_components/chai/chai.js ('k') | bower_components/chai/karma.conf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698