UNPKG

2.54 kBJSONView Raw
1{
2 "name": "supportkit",
3 "analyze": false,
4 "version": "0.2.7",
5 "keywords": [
6 "supportkit",
7 "javascript",
8 "sdk"
9 ],
10 "author": {
11 "name": "Andrew Lavers",
12 "org": "SupportKit"
13 },
14 "scripts": {
15 "test": "grunt test:unit"
16 },
17 "main": "src/js/main.js",
18 "homepage": "http://supportkit.io",
19 "license": "http://supportkit.io/terms.html",
20 "dependencies": {
21 "backbone": "1.1.2",
22 "backbone-associations": "^0.6.2",
23 "backbone-computedfields": "0.0.10",
24 "backbone.marionette": "^2.4.1",
25 "backbone.stickit": "^0.9.2",
26 "browsernizr": "^1.0.2",
27 "cookie": "^0.1.2",
28 "faye": "^1.1.1",
29 "jquery": "~1.11.0",
30 "jstify": "^0.7.0",
31 "lodash.bindall": "^3.1.0",
32 "marionette.behaviors": "0.0.12",
33 "node-lessify": "0.0.10",
34 "underscore": "~1.5.2",
35 "url-join": "0.0.1",
36 "urljoin": "^0.1.5",
37 "uuid": "^2.0.1",
38 "view-controller": "^1.0.1"
39 },
40 "engines": {
41 "node": ">=0.10",
42 "npm": "1.1.32"
43 },
44 "devDependencies": {
45 "aws-sdk": "^2.1.35",
46 "browserify": "^10.1.3",
47 "browserify-shim": "^3.8.6",
48 "chai": "^2.3.0",
49 "chai-as-promised": "^5.0.0",
50 "chai-things": "^0.2.0",
51 "grunt": "^0.4.5",
52 "grunt-browserify": "^3.3.0",
53 "grunt-cloudfront": "^0.2.1",
54 "grunt-concurrent": "^1.0.0",
55 "grunt-contrib-clean": "^0.6.0",
56 "grunt-contrib-concat": "^0.5.0",
57 "grunt-contrib-cssmin": "^0.11.0",
58 "grunt-contrib-less": "^1.0.0",
59 "grunt-contrib-uglify": "^0.7.0",
60 "grunt-contrib-watch": "^0.6.1",
61 "grunt-exec": "^0.4.6",
62 "grunt-gitinfo": "^0.1.7",
63 "grunt-http-server": "^1.1.0",
64 "grunt-karma": "~0.9.0",
65 "grunt-release": "juliangarritano/grunt-release#master",
66 "grunt-s3": "^0.2.0-alpha.3",
67 "grunt-string-to-js": "0.0.3",
68 "grunt-text-replace": "^0.4.0",
69 "karma": "^0.12.33",
70 "karma-browserify": "^4.2.1",
71 "karma-chai": "^0.1.0",
72 "karma-chrome-launcher": "^0.1.12",
73 "karma-jasmine": "^0.2.3",
74 "karma-junit-reporter": "^0.2.2",
75 "karma-mocha": "^0.1.10",
76 "karma-phantomjs-launcher": "^0.1.4",
77 "karma-phantomjs-shim": "^1.0.0",
78 "karma-sinon-chai": "^0.3.0",
79 "karma-source-map-support": "^1.0.0",
80 "matchdep": "^0.3.0",
81 "mocha": "^2.2.5",
82 "phantomjs": "^1.9.17",
83 "semver": "^4.3.6",
84 "sinon": "^1.14.1",
85 "sinon-as-promised": "^4.0.0",
86 "sinon-chai": "^2.7.0"
87 },
88 "browserify": {
89 "transform": [
90 "node-lessify",
91 "jstify"
92 ]
93 },
94 "browserify-shim": {
95 "jquery": "global:$"
96 }
97}