UNPKG

960 BJSONView Raw
1{
2 "name": "ic-ajax",
3 "version": "1.0.1",
4 "description": "ember friendly $.ajax wrapper",
5 "main": "dist/cjs/main.js",
6 "devDependencies": {
7 "broccoli": "^0.2.0",
8 "broccoli-dist-es6-module": "^0.1.8",
9 "karma": "^0.10.9",
10 "karma-chrome-launcher": "^0.1.2",
11 "karma-firefox-launcher": "^0.1.3",
12 "karma-html2js-preprocessor": "^0.1.0",
13 "karma-qunit": "^0.1.1",
14 "karma-script-launcher": "^0.1.0",
15 "qunitjs": "~1.12.0",
16 "bower": "^1.2.8"
17 },
18 "scripts": {
19 "test": "node_modules/.bin/bower install ./node_modules/.bin/karma start --browsers Firefox --single-run"
20 },
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/instructure/ic-ajax.git"
24 },
25 "keywords": [
26 "ember",
27 "ajax"
28 ],
29 "author": "Ryan Florence",
30 "license": "MIT",
31 "bugs": {
32 "url": "https://github.com/instructure/ic-ajax/issues"
33 },
34 "homepage": "https://github.com/instructure/ic-ajax",
35 "dependencies": {}
36}
\No newline at end of file