forked from steveukx/properties
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 788 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "properties-reader",
"description": "Properties file reader for Node.js",
"version": "0.0.13",
"author": {
"name": "Steve King",
"email": "steve@mydev.co"
},
"contributors": [
{
"name": "Steve King",
"email": "steve@mydev.co"
},
{
"name": "Aureliano Bergese",
"email": "onailerua@hotmail.coom"
}
],
"dependencies": {
"mkdirp": "~0.3.5"
},
"devDependencies": {
"unit-test": "*"
},
"keywords": [
"properties",
"ini",
"parser"
],
"repository": {
"type": "git",
"url": "git://github.com/steveukx/properties"
},
"main": "src/PropertiesReader",
"bin": {},
"scripts": {
"test": "node test/runner.js"
},
"license": "MIT",
"engines": {
"node": ">= 0.4.1"
}
}