summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/ini/package.json
blob: 6bf81b8fbcf97518892ccf7f81f5701707b46769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "name": "ini",
  "description": "An ini encoder/decoder for node",
  "version": "1.0.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/ini.git"
  },
  "main": "ini.js",
  "scripts": {
    "test": "node ini.js"
  },
  "engines": {
    "node": "*"
  },
  "dependencies": {},
  "devDependencies": {
    "tap": "~0.0.9"
  },
  "scripts": {
    "test": "tap test/*.js"
  }
}