forked from Reaper622/JavaScript-DesignPatterns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 678 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 678 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
{
"name": "javascript-designpatterns",
"version": "1.0.0",
"description": "JavaScript设计模式的相关学习",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Reaper622/JavaScript-DesignPatterns.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Reaper622/JavaScript-DesignPatterns/issues"
},
"homepage": "https://github.com/Reaper622/JavaScript-DesignPatterns#readme",
"devDependencies": {
"vuepress": "^1.2.0"
}
}