UNPKG

938 BJSONView Raw
1{
2 "name": "portals",
3 "version": "0.1.3",
4 "description": "An XHR/Ajax library with sugar for single page applications.",
5 "main": "portals.js",
6 "scripts": {
7 "test": "gulp ci"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:HelpfulHuman/Portals.git"
12 },
13 "keywords": [
14 "xhr",
15 "ajax",
16 "api",
17 "services",
18 "abstraction",
19 "portals"
20 ],
21 "author": "Nick Glenn <nick@helpfulhuman.com>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/HelpfulHuman/Portals/issues"
25 },
26 "homepage": "https://github.com/HelpfulHuman/Portals",
27 "devDependencies": {
28 "chai": "^3.0.0",
29 "gulp": "^3.9.0",
30 "gulp-jscs": "^1.6.0",
31 "gulp-jshint": "^1.11.0",
32 "gulp-mocha": "^2.1.1",
33 "gulp-rename": "^1.2.2",
34 "gulp-uglify": "^1.2.0",
35 "jshint-stylish": "^2.0.0",
36 "mocha": "^2.2.5",
37 "sinon": "^1.15.3"
38 },
39 "dependencies": {
40 "promise": "^7.0.3"
41 }
42}