UNPKG

1.73 kBJSONView Raw
1{
2 "name": "ampersand-sync",
3 "description": "Provides sync behavior for updating data from ampersand models and collections to the server.",
4 "version": "3.0.6",
5 "author": "Henrik Joreteg <henrik@andyet.net>",
6 "files": [
7 "ampersand-sync.js"
8 ],
9 "browserify": {
10 "transform": [
11 "ampersand-version"
12 ]
13 },
14 "bugs": {
15 "url": "https://github.com/ampersandjs/ampersand-sync/issues"
16 },
17 "dependencies": {
18 "ampersand-version": "^1.0.0",
19 "lodash.assign": "^3.0.0",
20 "lodash.defaults": "^3.1.0",
21 "lodash.includes": "^3.1.0",
22 "lodash.result": "^3.0.0",
23 "qs": "^2.2.4",
24 "xhr": "^1.10.0"
25 },
26 "devDependencies": {
27 "ampersand-model": "^4.0.1",
28 "ampersand-rest-collection": "^2.0.1",
29 "browserify": "^6.2.0",
30 "jshint": "^2.5.3",
31 "phantomjs": "^1.9.12",
32 "precommit-hook": "^1.0.7",
33 "run-browser": "~1.3.0",
34 "tap-spec": "^1.0.1",
35 "tape": "^2.14.0",
36 "tape-run": "^0.3.0"
37 },
38 "homepage": "https://github.com/ampersandjs/ampersand-sync",
39 "keywords": [
40 "backbone",
41 "sync",
42 "rest",
43 "ampersand"
44 ],
45 "license": "MIT",
46 "main": "ampersand-sync.js",
47 "repository": {
48 "type": "git",
49 "url": "https://github.com/ampersandjs/ampersand-sync.git"
50 },
51 "scripts": {
52 "start": "run-browser test/*",
53 "test": "browserify test/* | tape-run | tap-spec"
54 },
55 "testling": {
56 "files": "test/*.js",
57 "browsers": [
58 "ie/8..latest",
59 "firefox/17..latest",
60 "firefox/nightly",
61 "chrome/22..latest",
62 "chrome/canary",
63 "opera/12..latest",
64 "opera/next",
65 "safari/5.1..latest",
66 "ipad/6.0..latest",
67 "iphone/6.0..latest",
68 "android-browser/4.2..latest"
69 ]
70 }
71}