UNPKG

1.35 kBJSONView Raw
1{
2 "name": "@elium/mighty-http-adapter",
3 "version": "1.3.1",
4 "homepage": "https://github.com/Elium/mighty-http-adapter#readme",
5 "author": "Arnaud Bosc <bosc.arno@gmail.com>",
6 "description": "Browser XHR adapter for mighty-js",
7 "license": "MIT",
8 "scripts": {
9 "clean": "rimraf -Rf lib",
10 "typings": "typings install",
11 "build": "npm run clean && tsc -p .",
12 "compile": "rollup -c",
13 "dev": "npm run clean && tsc -p . --watch",
14 "mocha": "mocha lib/tests --recursive",
15 "mocha:watch": "mocha lib/tests --recursive -w",
16 "pretest": "npm run build",
17 "test": "npm run mocha",
18 "test:watch": "npm run build && npm run mocha:watch",
19 "start": "npm run dev",
20 "preversion": "npm test && npm run compile",
21 "postversion": "git push --follow-tags"
22 },
23 "repository": {
24 "url": "git+https://github.com/Elium/mighty-http-adapter.git"
25 },
26 "devDependencies": {
27 "chai": "^3.5.0",
28 "hapi": "^13.4.1",
29 "mocha": "^2.5.3",
30 "rimraf": "^2.5.2",
31 "rollup": "^0.32.0",
32 "rollup-plugin-buble": "^0.11.0",
33 "rollup-plugin-typescript": "^0.7.6",
34 "typescript": "^1.8.2",
35 "typings": "^1.0.4"
36 },
37 "dependencies": {
38 "@elium/mighty-js": "1.3",
39 "lodash": "^4.14.1",
40 "rxjs": "5.0.0-beta.6"
41 },
42 "bugs": {
43 "url": "https://github.com/Elium/mighty-http-adapter/issues"
44 }
45}