-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
49 lines (49 loc) · 1.03 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
48
49
{
"name": "license-key",
"description": "License-key generator for NodeJS.",
"version": "0.2.1",
"homepage": "https://github.com/nicroto/license-key",
"author": {
"name": "Nikolay Tsenkov",
"email": "nikolay@tsenkov.net",
"url": "http://about.me/tsenkov"
},
"repository": {
"type": "git",
"url": "hhttps://github.com/nicroto/license-key.git"
},
"bugs": {
"url": "https://github.com/nicroto/license-key/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nicroto/license-key/blob/master/LICENSE-MIT"
}
],
"main": "src/generator",
"engines": {
"node": ">= 10.15.3"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"mustache": "~2.2.1",
"semver": "~2.2.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-release": "^0.7.0",
"grunt-simple-mocha": "~0.4.0",
"mocha": "~1.13.0",
"should": "~3.3.1"
},
"keywords": [
"license",
"generator",
"serial",
"number"
]
}