-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 839 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 839 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
{
"name": "acms-the-base",
"version": "1.0.1",
"description": "The BASEと連携するためのモジュールを提供します。",
"main": "deploy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"deploy": "node deploy.js",
"patch": "npm version patch && npm run deploy",
"minor": "npm version minor && npm run deploy",
"major": "npm version major && npm run deploy"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/appleple/acms-base.git"
},
"author": "appleple",
"license": "MIT",
"bugs": {
"url": "https://github.com/appleple/acms-base/issues"
},
"homepage": "https://github.com/appleple/acms-base#readme",
"devDependencies": {
"archiver": "^2.1.1",
"co": "^4.6.0",
"fs-extra": "^2.1.2",
"node-cmd": "^3.0.0"
}
}