| { |
| "name": "website", |
| "version": "0.0.1", |
| "private": true, |
| "description": "Source for the Vanadium website", |
| "repository": { |
| "type": "git", |
| "url": "https://vanadium.googlesource.com/website" |
| }, |
| "author": "The Vanadium Authors", |
| "license": "BSD-style", |
| "browserify": { |
| "transform": [ |
| "browserify-shim" |
| ] |
| }, |
| "browserify-shim": { |
| "react": "global:React", |
| "react-dom": "global:ReactDOM" |
| }, |
| "dependencies": { |
| "debug": "^2.2.0", |
| "domready": "^1.0.8", |
| "highlight.js": "^9.1.0", |
| "lodash": "^4.1.0", |
| "material-design-lite": "^1.0.6" |
| }, |
| "devDependencies": { |
| "autoprefixer": "^5.2.0", |
| "browserify": "^13.0.0", |
| "browserify-shim": "^3.8.12", |
| "cheerio": "^0.20.0", |
| "format": "^0.2.2", |
| "graceful-fs": "^4.1.3", |
| "haiku": "^0.2.14", |
| "jshint": "^2.9.1", |
| "less": "^2.5.3", |
| "marked": "^0.3.5", |
| "node-static": "^0.7.7", |
| "postcss-cli": "^1.4.0", |
| "powerwalk": "^2.0.2", |
| "pump": "^1.0.1", |
| "tape": "^4.4.0", |
| "through2": "^2.0.0" |
| } |
| } |