UNPKG

react-native-ntp-client

Version:

React Native compatible implementation of the NTP Client Protocol

57 lines (56 loc) 1.56 kB
{ "name": "react-native-ntp-client", "description": "React Native compatible implementation of the NTP Client Protocol", "version": "1.0.3", "homepage": "https://github.com/artem-russkikh/react-native-ntp-client", "author": { "name": "Clément Bourgeois", "email": "moonpyk@gmail.com", "url": "http://www.moonpyk.net" }, "contributors": [ "Artem Russkikh <rusartx@gmail.com> (http://artem-russkikh.ru/)", "Info-Bit <dev@info-bit.com> (http://info-bit.com)" ], "repository": { "type": "git", "url": "git+https://github.com/artem-russkikh/react-native-ntp-client.git" }, "licenses": [ { "type": "MIT", "url": "https://github.com/artem-russkikh/react-native-ntp-client/blob/master/LICENSE-MIT" } ], "main": "lib/ntp-client", "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "grunt jshint nodeunit" }, "devDependencies": { "grunt": ">= 0.4.1", "grunt-contrib-jshint": ">= 0.6.0", "grunt-contrib-nodeunit": ">= 0.2.0", "grunt-contrib-watch": ">= 0.4.0", "nodeunit": ">= 0.8.1" }, "bin": { "node-ntp-client": "bin/node-ntp-client" }, "keywords": [ "react-native", "date", "ntp" ], "dependencies": { "node-libs-react-native": "1.0.3" }, "peerDependencies": { "react-native-udp": "^2.6.1" }, "browser": { "dgram": "react-native-udp" } }