forked from i5ting/How-to-learn-node-correctly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 689 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 689 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
{
"name": "How-to-learn-node-correctly",
"version": "1.0.0",
"description": "node.js tutorial ===================",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/i5ting/node-debug-tutorial.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/i5ting/node-debug-tutorial/issues"
},
"homepage": "https://github.com/i5ting/node-debug-tutorial",
"dependencies": {
"gulp": "^3.8.10",
"gulp-gh-pages": "^0.4.0",
"gulp-open": "^0.3.1",
"gulp-rename": "^1.2.0",
"i5ting_toc": "^1.1.5",
"shelljs": "^0.3.0"
}
}