-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 735 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 735 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
{
"author": {
"name": "Sergey Nikitin",
"email": "nik.pasaran@gmail.com",
"url": "https://github.com/pasaran"
},
"name": "descript",
"description": "descript",
"version": "0.0.64",
"homepage": "https://github.com/pasaran/descript",
"repository": {
"type": "git",
"url": "git://github.com/pasaran/descript.git"
},
"dependencies": {
"nopt": "*",
"nommon": "0.0.28",
"no.colors": "0.0.1"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"bin": "descript",
"main": "lib/index.js",
"files": [
"lib/index.js",
"lib/de*.js",
"descript"
]
}