forked from jmhdez/persistent-log
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 970 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
38
39
40
41
{
"name": "storage-logger",
"version": "0.1.0",
"description": "Persisten log for javascript client apps",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"keywords": [
"log"
],
"homepage": "https://github.com/andregreeff/storage-logger",
"contributors": [
{
"name": "Juan M. Hernández (original)",
"url": "https://github.com/jmhdez"
},
{
"name": "Andre Greeff",
"url": "https://github.com/andregreeff"
}
],
"repository": {
"type": "git",
"url": "https://github.com/andregreeff/storage-logger.git"
},
"license": "MIT",
"devDependencies": {
"browserify": "17.0.0",
"grunt": "1.6.1",
"grunt-browserify": "6.0.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-watch": "1.1.0",
"grunt-karma": "4.0.2",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-jasmine": "5.1.0",
"load-grunt-tasks": "5.1.0",
"puppeteer": "21.0.1"
}
}