aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-09 22:53:49 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-10 15:19:51 +0000
commit6f40bf1b66addeab7be4e8b867fa18456f201181 (patch)
treea826f4fe630ae51c4c8959620a35912391892277 /html
parent9188d355510b212fd0227c42d58ad6a8f020b15f (diff)
downloadgit-deps-6f40bf1b66addeab7be4e8b867fa18456f201181.tar.gz
indent package.json by 4 columns
Diffstat (limited to 'html')
-rw-r--r--html/package.json92
1 files changed, 46 insertions, 46 deletions
diff --git a/html/package.json b/html/package.json
index 97d635c..124f092 100644
--- a/html/package.json
+++ b/html/package.json
@@ -1,48 +1,48 @@
{
- "name": "git-deps",
- "version": "0.1.0",
- "authors": [
- "Adam Spiers"
- ],
- "description": "tool for performing automatic analysis of dependencies between git commits",
- "main": "git-deps",
- "keywords": [
- "git",
- "dependency",
- "analysis",
- "scm",
- "graphing",
- "visualization"
- ],
- "license": "GPL-2.0",
- "homepage": "https://github.com/aspiers/git-deps",
- "private": true,
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "d3-tip": "~0.6.6",
- "d3": "~3.5.3",
- "webcola": "~0.1.1",
- "jquery": "~2.1.3",
- "noty": "~2.3.0"
- },
- "directories": {
- "test": "test"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/aspiers/git-deps"
- },
- "author": "Adam Spiers",
- "bugs": {
- "url": "https://github.com/aspiers/git-deps/issues"
- }
+ "name": "git-deps",
+ "version": "0.1.0",
+ "authors": [
+ "Adam Spiers"
+ ],
+ "description": "tool for performing automatic analysis of dependencies between git commits",
+ "main": "git-deps",
+ "keywords": [
+ "git",
+ "dependency",
+ "analysis",
+ "scm",
+ "graphing",
+ "visualization"
+ ],
+ "license": "GPL-2.0",
+ "homepage": "https://github.com/aspiers/git-deps",
+ "private": true,
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ],
+ "dependencies": {
+ "d3-tip": "~0.6.6",
+ "d3": "~3.5.3",
+ "webcola": "~0.1.1",
+ "jquery": "~2.1.3",
+ "noty": "~2.3.0"
+ },
+ "directories": {
+ "test": "test"
+ },
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/aspiers/git-deps"
+ },
+ "author": "Adam Spiers",
+ "bugs": {
+ "url": "https://github.com/aspiers/git-deps/issues"
+ }
}