-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 986 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
{
"name": "angular-release-name-generator",
"description": "Generate random Angular release names",
"version": "1.3.1",
"license": "MIT",
"author": "https://github.com/sebastien-p",
"contributors": ["https://github.com/known-as-bmf"],
"keywords": ["angular"],
"homepage": "https://github.com/sebastien-p/angular-release-name-generator#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sebastien-p/angular-release-name-generator.git"
},
"bugs": {
"url": "https://github.com/sebastien-p/angular-release-name-generator/issues"
},
"preferGlobal": true,
"engines": {
"node": ">=6.4.0"
},
"main": "./lib.js",
"types": "./lib.d.ts",
"bin": {
"arng": "./cli.js"
},
"dependencies": {
"chalk": "2.3.0",
"clipboardy": "1.2.2",
"datamuse": "1.0.5",
"giphy-api": "1.2.7",
"lodash": "4.17.4",
"semver": "5.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}