{
	"name": "base16",
	"versions": {
		"1.0.0": {
			"name": "base16",
			"version": "1.0.0",
			"description": "Base16 themes as JS objects",
			"main": "lib/index.js",
			"jsnext:main": "src/index.js",
			"scripts": {
				"clean": "rimraf lib",
				"build": "babel src --out-dir lib",
				"lint": "eslint src",
				"prepublish": "npm run lint && npm run clean && npm run build"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/gaearon/base16-js.git"
			},
			"keywords": [
				"base16",
				"color schemes"
			],
			"author": {
				"name": "Dan Abramov",
				"email": "dan.abramov@me.com",
				"url": "http://github.com/gaearon"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/gaearon/base16-js/issues"
			},
			"homepage": "https://github.com/gaearon/base16-js",
			"devDependencies": {
				"babel": "^5.5.8",
				"babel-core": "^5.6.18",
				"babel-eslint": "^3.1.15",
				"eslint": "^0.23",
				"eslint-config-airbnb": "0.0.6",
				"eslint-plugin-react": "^2.3.0",
				"rimraf": "^2.4.3"
			},
			"gitHead": "c48d08816c69b87517c8ea49055f695751bc86ad",
			"_id": "base16@1.0.0",
			"_shasum": "e297f60d7ec1014a7a971a39ebc8a98c0b681e70",
			"_from": ".",
			"_npmVersion": "2.11.0",
			"_nodeVersion": "2.2.1",
			"_npmUser": {
				"name": "gaearon",
				"email": "dan.abramov@gmail.com"
			},
			"dist": {
				"shasum": "e297f60d7ec1014a7a971a39ebc8a98c0b681e70",
				"tarball": "https://registry.npmjs.org/base16/-/base16-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "gaearon",
					"email": "dan.abramov@gmail.com"
				}
			],
			"directories": {},
			"contributors": []
		}
	},
	"time": {
		"modified": "2015-09-24T16:03:10.719Z",
		"created": "2015-09-24T16:03:10.719Z",
		"1.0.0": "2015-09-24T16:03:10.719Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"45d04c3292bfe5daf69c34fc90d407ff\"",
			"fetched": 1600679317915
		}
	},
	"_distfiles": {
		"base16-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/base16/-/base16-1.0.0.tgz",
			"sha": "e297f60d7ec1014a7a971a39ebc8a98c0b681e70",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"base16-1.0.0.tgz": {
			"shasum": "e297f60d7ec1014a7a971a39ebc8a98c0b681e70"
		}
	},
	"_rev": "2-ccdfe4837b45fedd",
	"_id": "base16",
	"readme": "# base16-js\n\n[Base16](https://github.com/chriskempson/base16) color schemes as JS objects.\n\n## Installation\n\n```\nnpm install --save base16\n```\n\n## Usage\n\n```js\nimport { solarized } from 'base16';\nconsole.log(solarized.base00); // #002b36\n```\n\n## Contributing\n\nNo pull requests changing or adding the themes will be accepted unless they match the changes committed to [base16-builder](https://github.com/chriskempson/base16-builder/tree/master/schemes).\n\n## Credits\n\nAll credits go to [Chris Kempson](https://github.com/chriskempson) and theme authors. This repository is just a JS mirror of [base16-builder schemes](https://github.com/chriskempson/base16-builder/tree/master/schemes).\n\nThe original work in creating JS counterparts was performed by [@dzannotti](https://github.com/dzannotti) as part of his work on [Redux DevTools](https://github.com/gaearon/redux-devtools). All I did was extract them into a separate repository."
}