forked from pombredanne/npm-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.32 KB
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
56
57
58
59
60
61
62
{
"name": "whitesource",
"version": "1.1.0",
"description": "Whitesource Node Module",
"preferGlobal": true,
"bin": {
"whitesource": "./bin/whitesource.js"
},
"homepage": "https://github.com/whitesource/npm-plugin",
"repository": {
"type": "git",
"url": "https://github.com/whitesource/npm-plugin.git"
},
"engines": {
"node": ">=5.0"
},
"main": "./bin/whitesource.js",
"keywords": [
"whitesource",
"npm",
"bower"
],
"author": "Doron Gour",
"contributors": [
{
"name": "Asaf Savich",
"email": "asaf.savich@whitesourcesoftware.com"
},
{
"name": "Raz Nitzan",
"email": "raz.nitzan@whitesourcesoftware.com"
}
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"devDependencies": {
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-uglify": "*",
"grunt-file-append": "*",
"grunt-lineending": "*",
"grunt-whitesource": "*"
},
"dependencies": {
"bluebird": "^3.5.1",
"checksum": "0.1.1",
"cli": "^1.0.1",
"download": "^4.4.3",
"findup-sync": "^1.0.0",
"glob": "^7.1.1",
"global-tunnel": "^1.2.0",
"mkdirp": "^0.5.1",
"prompt": "^0.2.14",
"request": "^2.81.0",
"shelljs": "^0.3.0",
"traverse": "^0.6.6"
}
}