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
63 lines (63 loc) · 1.4 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.4 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
{
"name": "shelljs",
"version": "0.5.1",
"author": {
"name": "Artur Adib",
"email": "[email protected]"
},
"description": "Portable Unix shell commands for Node.js",
"keywords": [
"unix",
"shell",
"makefile",
"make",
"jake",
"synchronous"
],
"repository": {
"type": "git",
"url": "git://github.com/arturadib/shelljs.git"
},
"license": "BSD*",
"homepage": "http://github.com/arturadib/shelljs",
"main": "./shell.js",
"scripts": {
"test": "node scripts/run-tests"
},
"bin": {
"shjs": "./bin/shjs"
},
"dependencies": {},
"devDependencies": {
"jshint": "~2.1.11"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.8.0"
},
"gitHead": "fe6dedcf40741f66912c2c608987eba67bb76f29",
"bugs": {
"url": "https://github.com/arturadib/shelljs/issues"
},
"_id": "[email protected]",
"_shasum": "0fc0c3f90f87184023a125a7bbcde31447b4f464",
"_from": "shelljs@*",
"_npmVersion": "2.5.1",
"_nodeVersion": "1.2.0",
"_npmUser": {
"name": "artur",
"email": "[email protected]"
},
"maintainers": [
{
"name": "artur",
"email": "[email protected]"
}
],
"dist": {
"shasum": "0fc0c3f90f87184023a125a7bbcde31447b4f464",
"tarball": "http://registry.npmjs.org/shelljs/-/shelljs-0.5.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.5.1.tgz"
}