-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 773 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 773 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
{
"name": "cpp-notes",
"version": "0.0.1",
"description": "on the way to be a good cpp programmer",
"main": "gulpfile.js",
"dependencies": {
"gitbook-plugin-disqus": "^0.1.0",
"gitbook-plugin-mathjax": "^1.1.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roachsinai/Cpp-learning-notes.git"
},
"keywords": [
"cpp",
"notes"
],
"author": "roachsinai <710347541@qq.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/roachsinai/Cpp-learning-notes/issues"
},
"homepage": "https://github.com/roachsinai/Cpp-learning-notes#readme"
}