forked from feathersjs/docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 973 Bytes
/
package.json
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
{
"name": "feathers-docs",
"description": "Feathers documentation",
"version": "2.1.0",
"private": true,
"homepage": "https://github.com/feathersjs/feathers-docs",
"main": "",
"keywords": [
"feathers",
"feathers-docs"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers-docs.git"
},
"author": {
"name": "Feathers contributors",
"email": "[email protected]",
"url": "https://feathersjs.com"
},
"contributors": [],
"bugs": {
"url": "https://github.com/feathersjs/feathers-docs/issues"
},
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"publish": "git push origin && git push origin --tags",
"release:patch": "npm version patch && npm run publish",
"release:minor": "npm version minor && npm run publish",
"release:major": "npm version major && npm run publish"
},
"directories": {},
"dependencies": {},
"devDependencies": {}
}