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

Side by Side Diff: third_party/polymer/v0_8/components-chromium/observe-js/package.json

Issue 1140393002: Update more-routing for md-settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
(Empty)
1 {
2 "name": "observe-js",
3 "version": "0.4.2",
4 "description": "observe-js is a library for observing changes on JavaScript ob jects/arrays",
5 "main": "src/observe.js",
6 "directories": {
7 "example": "examples",
8 "test": "tests"
9 },
10 "scripts": {
11 "test": "echo \"Error: no test specified\" && exit 1"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/Polymer/observe-js.git"
16 },
17 "author": "The Polymer Authors",
18 "license": "BSD",
19 "readmeFilename": "README.md",
20 "devDependencies": {
21 "chai": "*",
22 "mocha": "*",
23 "grunt": "*",
24 "grunt-karma": "*",
25 "karma": "~0.12.0",
26 "karma-mocha": "*",
27 "karma-firefox-launcher": "*",
28 "karma-ie-launcher": "*",
29 "karma-safari-launcher": "*",
30 "karma-script-launcher": "*",
31 "karma-crbot-reporter": "*"
32 }
33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698