-
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) · 801 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 801 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": "Shell13Q",
"version": "1.0.1",
"description": "13 Questions about Shell",
"main": "build.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"jade": "^1.7.0",
"lodash": "^2.4.1",
"marked": "^0.3.2",
"pangunode": "^0.1.0"
},
"devDependencies": {
"jade": "^1.8.1",
"lodash": "^2.4.1",
"marked": "^0.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ververcpp/Shell13Q.git"
},
"keywords": [
"shell",
"basic",
"learn",
"13"
],
"author": "netman & ververcpp",
"license": "ISC",
"bugs": {
"url": "https://github.com/ververcpp/Shell13Q/issues"
},
"homepage": "https://github.com/ververcpp/Shell13Q"
}