-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 776 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 776 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
36
37
38
39
40
41
42
43
44
45
{
"name": "mightty",
"author": {
"name": "Drew Toddsby",
"email": "toddsby@gmail.com"
},
"version": "0.1.2",
"description": "ES6 Javascript Utility Library",
"homepage": "http://github.com/toddsby/",
"keywords": [
"utils",
"utility",
"mighty",
"mightyjs",
"mighttyjs",
"mightty",
"es6",
"es2015"
],
"main": "./lib/main.js",
"files": [
"lib",
"src",
"examples"
],
"repository": {
"type": "git",
"url": "git://github.com/toddsby/mightty.git"
},
"licenses": [
{
"type": "MIT"
}
],
"engines": {
"node": ">= 4.5.0"
},
"maintainers": [
{
"name": "toddsby",
"email": "toddsby@gmail.com"
}
],
"tonicExampleFilename": "./examples/helloworld.js"
}