forked from IonicaBizau/kindly-license
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 863 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
{
"name": "kindly-license",
"version": "1.1.0",
"description": "A human readable license designed for open-source projects.",
"main": "lib/index.js",
"bin": {
"kindly-license": "./bin/kindly-license"
},
"scripts": {
"install": "node build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/IonicaBizau/kindly-license.git"
},
"keywords": [
"kindly",
"license",
"generator"
],
"author": "Ionică Bizău <[email protected]> (http://ionicabizau.net)",
"license": "KINDLY",
"bugs": {
"url": "https://github.com/IonicaBizau/kindly-license/issues"
},
"homepage": "https://github.com/IonicaBizau/kindly-license",
"dependencies": {
"barbe": "^1.0.0",
"clp": "^1.2.0",
"streamp": "^1.0.0"
},
"devDependencies": {}
}