-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "now-no-alias",
"description": "now utility to list all deployments without aliases",
"main": "index.js",
"bin": {
"now-noalias": "index.js",
"now-no-alias": "index.js"
},
"scripts": {
"test": "tap test/*.test.js -R spec",
"es5ify": "babel --ignore=node_modules . -d .",
"start": "node index.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"babel-runtime": "^6.18.0",
"minimist": "^1.2.0",
"now-client": "^0.7.0"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-3": "^6.11.0",
"babel-runtime": "^6.11.6",
"proxyquire": "^1.7.10",
"semantic-release": "^4.3.5",
"sinon": "^1.17.5",
"tap": "^7.0.1"
},
"keywords": [
"now"
],
"author": "Remy Sharp",
"license": "MIT",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/remy/now-no-alias.git"
},
"bugs": {
"url": "https://github.com/remy/now-no-alias/issues"
},
"homepage": "https://github.com/remy/now-no-alias#readme"
}