-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 791 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 791 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
{
"name": "jscrambler",
"description": "JScrambler API client.",
"version": "0.3.0",
"homepage": "https://github.com/auditmark/node-jscrambler",
"author": {
"name": "magalhas",
"email": "magalhas@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com:auditmark/node-jscrambler.git"
},
"bugs": {
"url": "https://github.com/auditmark/node-jscrambler/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/auditmark/node-jscrambler/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"q": "^1.0.1",
"lodash": "^2.4.1",
"needle": "^0.6.6",
"commander": "^2.1.0",
"fs-extra": "^0.8.1"
},
"main": "jscrambler",
"bin": "bin/jscrambler"
}