-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 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
50
51
52
53
54
55
{
"name": "npm-json5",
"version": "0.1.4",
"license": "MIT",
"description": "npm wrapper allowing to use JSON5 instead of standard package.json",
"author": "Maxime Poulin <mpoulin@roux.ca>",
"contributors": [
{
"name": "Mathieu M-Gosselin",
"email": "mathieumg@gmail.com"
},
{
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
}
],
"scripts": {
"test": "node ./test/run.js"
},
"keywords": [
"package manager",
"modules",
"install",
"package.json5",
"json5",
"npm"
],
"preferGlobal": true,
"homepage": "https://npmjs.org/doc/",
"repository": {
"type": "git",
"url": "https://github.com/wiredmax/npm-json5"
},
"bugs": {
"url": "http://github.com/wiredmax/npm-json5/issues"
},
"main": "./npm-json5.js",
"bin": {
"npm-json5": "./npm-json5.js"
},
"dependencies": {
"jju": "*",
"npm": "3"
},
"devDependencies": {
"slide": "^1.1.6",
"graceful-fs": "^4.1.2",
"mkdirp": "^0.5.1",
"rimraf": "^2.4.3",
"tap": "^2.0.0"
},
"directories": {
"test": "test"
}
}