]> gerrit.simantics Code Review - simantics/district.git/blob - broken.json
2107ac18d949d649697b6165220ff8a1e03e6ccd
[simantics/district.git] / broken.json
1 {
2   "name": "config-chain",
3   "version": "0.3.0",
4   "description": "HANDLE CONFIGURATION ONCE AND FOR ALL",
5   "homepage": "http://github.com/dominictarr/config-chain",
6   "repository": {
7     "type": "git",
8     "url": "https://github.com/dominictarr/config-chain.git"
9   }
10   //missing , and then this comment. this json is intensionally invalid
11   "dependencies": {
12     "proto-list": "1",
13     "ini": "~1.0.2"
14   },
15   "bundleDependencies": ["ini"],
16   "REM": "REMEMBER TO REMOVE BUNDLING WHEN/IF ISAACS MERGES ini#7",
17   "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
18   "scripts": {
19     "test": "node test/find-file.js && node test/ini.js && node test/env.js"
20   }
21 }