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
39 lines (39 loc) · 766 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 766 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
36
37
38
39
{
"name": "jake",
"description": "JavaScript build tool, similar to Make or Rake",
"keywords": [
"build",
"cli",
"make",
"rake"
],
"version": "0.3.7",
"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": {
"minimatch": "0.2.x"
},
"devDependencies": {},
"engines": {
"node": "*"
},
"_id": "[email protected]",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.21",
"_nodeVersion": "v0.6.17",
"_defaultsLoaded": true,
"_from": "jake"
}