forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.39 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.39 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
63
64
65
{
"name": "jake",
"description": "JavaScript build tool, similar to Make or Rake",
"keywords": [
"build",
"cli",
"make",
"rake"
],
"version": "8.0.12",
"author": {
"name": "Matthew Eernisse",
"email": "[email protected]",
"url": "http://fleegix.org"
},
"bin": {
"jake": "./bin/cli.js"
},
"main": "./lib/jake.js",
"repository": {
"type": "git",
"url": "git://github.com/mde/jake.git"
},
"preferGlobal": true,
"dependencies": {
"filelist": "0.0.x",
"minimatch": "0.2.x",
"chalk": "0.4.x",
"utilities": "1.0.x",
"async": "0.9.x"
},
"devDependencies": {
"q": "0.9.x"
},
"engines": {
"node": "*"
},
"bugs": {
"url": "https://github.com/mde/jake/issues"
},
"homepage": "https://github.com/mde/jake",
"_id": "[email protected]",
"_shasum": "6074c542f6187eb647c3aee5621fee259c578edd",
"_resolved": "https://registry.npmjs.org/jake/-/jake-8.0.12.tgz",
"_from": "jake@^8.0.12",
"scripts": {},
"_npmVersion": "2.1.18",
"_nodeVersion": "0.10.35",
"_npmUser": {
"name": "mde",
"email": "[email protected]"
},
"maintainers": [
{
"name": "mde",
"email": "[email protected]"
}
],
"dist": {
"shasum": "6074c542f6187eb647c3aee5621fee259c578edd",
"tarball": "http://registry.npmjs.org/jake/-/jake-8.0.12.tgz"
},
"directories": {},
"readme": "ERROR: No README data found!"
}