-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.09 KB
/
package.json
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
44
45
46
47
48
49
{
"name": "leanconf",
"version": "0.2.1",
"description": "Configuration without brackets, quotes or escaping, using just 2 markup characters",
"keywords": [
"clean",
"config",
"configuration",
"indent",
"indented",
"js",
"lean",
"nodejs",
"pojo",
"pure",
"simple",
"whitespace"
],
"homepage": "https://github.com/dizzib/leanconf",
"bugs": "https://github.com/dizzib/leanconf/issues",
"license": "MIT",
"author": "dizzib",
"main": "./leanconf.js",
"repository": {
"type": "git",
"url": "https://github.com/dizzib/leanconf"
},
"scripts": {
"start": "./task/bootstrap && node ./_build/task/repl",
"test": "./task/bootstrap && node ./_build/task/npm-test"
},
"devDependencies": {
"chai": "~3.0.0",
"chalk": "~0.4.0",
"chokidar": "~1.0.1",
"commander": "~2.6.0",
"growly": "~1.2.0",
"istanbul": "~0.3.13",
"livescript": "~1.4.0",
"lodash": "~3.5.0",
"mocha": "~2.2.5",
"shelljs": "~0.3.0",
"wait.for": "~0.6.3"
},
"engines": {
"node": ">=0.10.x",
"npm": ">=1.0.x"
}
}