UNPKG

1.46 kBJSONView Raw
1{
2 "name": "@elium/mighty-http-adapter",
3 "version": "3.2.1",
4 "homepage": "https://github.com/Elium/mighty-http-adapter#readme",
5 "author": "Arnaud Bosc <bosc.arno@gmail.com>",
6 "description": "Mighty-js http adapter",
7 "license": "MIT",
8 "scripts": {
9 "typings": "typings install",
10 "build": "gulp build",
11 "dev": "gulp dev",
12 "start": "npm run dev",
13 "pretest": "npm run build",
14 "test": "mocha lib/test --recursive -R spec",
15 "coverage": "istanbul cover _mocha -- --recursive lib/test -R spec",
16 "coverage:ci": "istanbul cover _mocha --report lcovonly -- -R spec --recursive lib/test && cat ./coverage/lcov.info | coveralls",
17 "test:watch": "npm run build && npm run mocha:watch",
18 "preversion": "npm test",
19 "postversion": "git push --follow-tags"
20 },
21 "repository": {
22 "url": "git+https://github.com/Elium/mighty-http-adapter.git"
23 },
24 "devDependencies": {
25 "del": "^2.2.1",
26 "gulp": "^3.9.1",
27 "gulp-sourcemaps": "^1.6.0",
28 "gulp-typescript": "^2.13.6",
29 "merge2": "^1.0.2",
30 "run-sequence": "^1.2.2",
31 "coveralls": "^2.11.12",
32 "istanbul": "^0.4.4",
33 "mocha": "^2.4.5",
34 "chai": "^3.5.0",
35 "mocha-lcov-reporter": "^1.2.0",
36 "lodash": "^4.12.0",
37 "typescript": "^1.8.2",
38 "typings": "^1.0.4"
39 },
40 "dependencies": {
41 "@elium/mighty-js": "^3.0.0",
42 "lodash": "^4.14.1"
43 },
44 "bugs": {
45 "url": "https://github.com/Elium/mighty-http-adapter/issues"
46 }
47}