-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (59 loc) · 1.22 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
56
57
58
59
60
{
"name": "theia",
"version": "2.1.2",
"description": "Finds all npm modules in your directory and detects packages that are missing from your package.json",
"scripts": {
"test": "gulp test"
},
"preferGlobal": true,
"bin":{
"theia": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/wzaghal/theia"
},
"keywords": [
"npm",
"package",
"search",
"detect",
"find",
"missing",
"modules",
"package.json"
],
"author": "Wisam Zaghal <[email protected]> (http://wisam.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wzaghal/theia/issues"
},
"homepage": "https://github.com/wzaghal/theia",
"devDependencies": {
"chai": "^2.2.0",
"eslint": "^0.18.0",
"gulp": "^3.8.11",
"gulp-eslint": "^0.8.0",
"gulp-jsbeautifier": "0.0.8",
"gulp-mocha": "^2.0.1",
"lodash": "^3.6.0",
"mocha": "^2.2.1",
"rewire": "^2.3.1"
},
"dependencies": {
"chalk": "^1.0.0",
"inquirer": "^0.8.2",
"npm": "^2.7.6",
"yargs": "^3.7.0",
"q": "^1.2.0"
},
"keywords": [
"missing",
"package",
"finder",
"theia",
"require",
"package-finder",
"require-finder"
]
}