UNPKG

1.77 kBJSONView Raw
1{
2 "name": "@arisan/data-api",
3 "version": "1.0.9",
4 "description": "The Universal Database API Gateway for CLIO's Modules",
5 "homepage": "http://source.arisan.io/clio/data-api",
6 "bugs": "http://source.arisan.io/clio/data-api/issues",
7 "license": "UNLICENSED",
8 "contributors": [
9 "David Tang <davidt@arisan.io>"
10 ],
11 "main": "lib/DataAPI.js",
12 "bin": {
13 "data-api": "./server.js"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git@source.arisan.io:clio/data-api.git"
18 },
19 "scripts": {
20 "cover": "npm run transpile && istanbul cover _mocha",
21 "prepublish": "npm run transpile",
22 "pretest": "npm run transpile",
23 "test": "mocha",
24 "transpile": "rm -rf lib && babel src --out-dir lib --source-maps",
25 "watch": "npm run transpile -- --watch"
26 },
27 "dependencies": {
28 "async": "^2.1.4",
29 "body-parser": "^1.15.2",
30 "express": "^4.14.0",
31 "ipaddr.js": "^1.2.0",
32 "moment": "^2.17.1",
33 "mongodb": "^2.2.16",
34 "require-all": "^2.1.0",
35 "winston": "^2.3.0",
36 "winston-daily-rotate-file": "^1.4.0",
37 "winston-loggly-bulk": "^1.3.4"
38 },
39 "devDependencies": {
40 "apidoc": "^0.16.1",
41 "babel-cli": "^6.18.0",
42 "babel-preset-es2015-node6": "^0.4.0",
43 "chai": "^3.5.0",
44 "eslint": "^3.12.2",
45 "eslint-config-airbnb": "^13.0.0",
46 "eslint-plugin-import": "^2.2.0",
47 "eslint-plugin-jsx-a11y": "2.2.3",
48 "eslint-plugin-mocha": "^4.7.0",
49 "eslint-plugin-react": "^6.8.0",
50 "istanbul": "^0.4.5",
51 "mocha": "^3.2.0",
52 "mongodb-uri": "^0.9.7",
53 "node-mocks-http": "^1.5.5",
54 "pow-mongodb-fixtures": "^0.14.0",
55 "supertest": "^2.0.1"
56 },
57 "engines": {
58 "node": "^6.9.2",
59 "npm": "^3.10.9"
60 },
61 "os": [
62 "darwin",
63 "linux"
64 ],
65 "cpu": [
66 "x64"
67 ]
68}