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

Side by Side Diff: polymer_1.0.4/bower_components/prism/package.json

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 6 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": "prismjs",
3 "version": "0.0.1",
4 "description": "Lightweight, robust, elegant syntax highlighting. A spin-off p roject from Dabblet.",
5 "main": "prism.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/LeaVerou/prism.git"
12 },
13 "keywords": [
14 "prism",
15 "highlight"
16 ],
17 "author": "Lea Verou",
18 "license": "MIT",
19 "readmeFilename": "README.md",
20 "devDependencies": {
21 "gulp": "^3.8.6",
22 "gulp-concat": "^2.3.4",
23 "gulp-header": "^1.0.5",
24 "gulp-rename": "^1.2.0",
25 "gulp-uglify": "^0.3.1"
26 }
27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698