forked from mcnicholls/node-jscrambler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.28 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": "jscrambler",
"description": "JScrambler API client.",
"version": "0.7.0",
"homepage": "https://github.com/jscrambler/node-jscrambler",
"author": {
"name": "magalhas",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com:jscrambler/node-jscrambler.git"
},
"bugs": {
"url": "https://github.com/jscrambler/node-jscrambler/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jscrambler/node-jscrambler/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "grunt test 2> /dev/null"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"commander": "^2.5.1",
"flavored-path": "0.0.8",
"fs-extra": "^0.12.0",
"glob": "^4.3.2",
"jszip": "^2.4.0",
"lodash.assign": "^2.4.1",
"lodash.clone": "^2.4.1",
"lodash.defaults": "^2.4.1",
"lodash.keys": "^2.4.1",
"lodash.omit": "^2.4.1",
"lodash.pluck": "^2.4.1",
"lodash.size": "^2.4.1",
"needle": "^0.7.10",
"q": "^1.1.2",
"rc": "^0.5.4",
"snake-case": "^1.0.1",
"temp": "^0.8.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-jasmine-node": "^0.2.1"
},
"main": "jscrambler",
"bin": "bin/jscrambler"
}