UNPKG

528 BJSONView Raw
1{
2 "author": "Lukas Benes <bender@false.cz>",
3 "bugs": {
4 "url": "https://github.com/falsecz/cson-config/issues"
5 },
6 "dependencies": {
7 "coffee-script": "^1.9.0"
8 },
9 "description": "Load config.cson to process.config",
10 "directories": {
11 "test": "test"
12 },
13 "license": "BSD",
14 "main": "index.coffee",
15 "name": "cson-config",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/falsecz/cson-config.git"
19 },
20 "scripts": {
21 "test": "coffee test/index.coffee"
22 },
23 "version": "0.1.12"
24}