-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 868 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
{
"name" : "jquery.table-summarizer",
"title" : "tableSummarizer",
"version" : "1.0.2",
"homepage" : "https://github.com/benichu/jquery.table-summarizer",
"author" : {
"name" : "Benjamin Thouret",
"email" : "[email protected]",
"url" : "http://benjamin.thouret.com"
},
"repository" : {
"type" : "git",
"url" : "[email protected]:benichu/jquery.table-summarizer.git"
},
"description" : "",
"bugs" : {
"url" : "https://github.com/benichu/jquery.table-summarizer/issues"
},
"licenses": [{
"type": "MIT",
"url" : "https://github.com/benichu/jquery.table-summarizer/LICENSE-MIT"
}],
"devDependencies" : {
"grunt" : "0.3.15",
"grunt-coffee" : "0.0.6",
"grunt-jasmine-runner" : "0.5.5"
},
"scripts": {
"test": "grunt travis"
}
}