UNPKG

918 BJSONView Raw
1{
2 "name": "locators",
3 "version": "0.3.5",
4 "description": "A collection of service locators using different mechanisms",
5 "main": "index.js",
6 "author": {
7 "name": "Young Kim",
8 "url": "https://github.com/aprilrd"
9 },
10 "license": "ISC",
11 "dependencies": {
12 "async": "^0.9.0",
13 "q": "^1.2.0",
14 "node-zookeeper-client": "^0.2.1",
15 "request": "^2.53.0"
16 },
17 "scripts": {
18 "prepublish": "node_modules/.bin/tsc -m commonjs --noImplicitAny -d --outDir build src/*.ts",
19 "test": "node_modules/.bin/mocha"
20 },
21 "devDependencies": {
22 "chai": "^1.10.0",
23 "coffee-script": "^1.8.0",
24 "dts-bundle": "^0.2.0",
25 "gulp": "3.6.x",
26 "gulp-coffee": "1.4.x",
27 "gulp-grep-stream": "0.0.*",
28 "gulp-load-plugins": "0.5.*",
29 "gulp-mocha": "0.4.x",
30 "gulp-util": "2.2.x",
31 "gulp-watch": "0.6.x",
32 "mocha": "^2.0.1",
33 "nock": "^1.6.1",
34 "typescript": "^1.4.0"
35 }
36}