-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 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
{
"author": "mycoin <nqliujiangtao@gmail.com> (http://www.moni-j.com)",
"name": "js-pretty",
"description": "pretty your javascript code.",
"version": "1.0.0",
"main": "index.js",
"dependencies": {},
"dist": {
"shasum": "6908b981dc773f1fa2fa21aab47d92b799ba323b",
"tarball": "http://registry.npmjs.org/js-pretty/-/js-pretty-0.0.2.tgz"
},
"_from": "js-pretty@",
"_npmVersion": "1.2.15",
"_npmUser": {
"name": "mycoin",
"email": "nqliujiangtao@gmail.com"
},
"maintainers": [
"mycoin <nqliujiangtao@gmail.com>"
],
"directories": {
"example": "examples"
},
"_shasum": "6908b981dc773f1fa2fa21aab47d92b799ba323b",
"_resolved": "http://registry.npmjs.org/js-pretty/-/js-pretty-0.0.2.tgz",
"scripts": {
"test": "node examples/example.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mycoin/js-pretty"
},
"keywords": [
"js-pretty",
"javascript",
"formmater"
],
"license": "MIT License",
"bugs": {
"url": "https://github.com/mycoin/js-pretty/issues"
},
"homepage": "https://github.com/mycoin/js-pretty"
}