forked from mikewesthad/cross-var
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 918 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 918 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
32
33
34
35
{
"name": "cross-var-no-babel",
"version": "1.2.0",
"description": "",
"main": "index.js",
"bin": {
"cross-var": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"cut-patch-release": "npm version patch && git push --follow-tags && npm publish",
"cut-minor-release": "npm version minor && git push --follow-tags && npm publish",
"cut-major-release": "npm version major && git push --follow-tags && npm publish"
},
"author": "Elijah Manor",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"npm-scripts"
],
"repository": {
"type": "git",
"url": "https://github.com/elijahmanor/cross-var"
},
"bugs": {
"url": "https://github.com/elijahmanor/cross-var/issues"
},
"dependencies": {
"cross-spawn": "^5.0.1",
"exit": "^0.1.2"
},
"devDependencies": {}
}