wallet-core/node_modules/gaze/package.json

51 lines
1.0 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "gaze",
"description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
"version": "0.5.2",
"homepage": "https://github.com/shama/gaze",
2016-10-10 03:43:44 +02:00
"author": {
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com"
},
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "git://github.com/shama/gaze.git"
},
2016-10-10 03:43:44 +02:00
"bugs": {
"url": "https://github.com/shama/gaze/issues"
},
2016-11-03 01:33:53 +01:00
"licenses": [
2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"type": "MIT",
"url": "https://github.com/shama/gaze/blob/master/LICENSE-MIT"
2016-10-10 03:43:44 +02:00
}
],
2016-11-03 01:33:53 +01:00
"main": "lib/gaze",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt nodeunit -v"
},
2016-10-10 03:43:44 +02:00
"dependencies": {
"globule": "~0.1.0"
},
"devDependencies": {
"grunt": "~0.4.1",
2016-11-03 01:33:53 +01:00
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-jshint": "~0.6.0",
2016-10-10 03:43:44 +02:00
"grunt-benchmark": "~0.2.0",
"grunt-cli": "~0.1.13",
2016-11-03 01:33:53 +01:00
"async": "~0.2.10",
2016-10-10 03:43:44 +02:00
"rimraf": "~2.2.6"
},
"keywords": [
"watch",
"glob"
],
2016-11-03 01:33:53 +01:00
"files": [
"lib",
"LICENSE-MIT"
]
2016-10-10 03:43:44 +02:00
}