UNPKG

2.61 kBJSONView Raw
1{
2 "name": "supportkit",
3 "analyze": false,
4 "version": "0.2.23",
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.2.1",
22 "backbone-associations": "^0.6.2",
23 "backbone-computedfields": "0.0.10",
24 "backbone.marionette": "^2.4.2",
25 "backbone.stickit": "^0.9.2",
26 "bootstrap": "^3.3.5",
27 "cookie": "^0.1.2",
28 "faye": "^1.1.1",
29 "font-awesome": "^4.3.0",
30 "jquery": "~1.11.0",
31 "jstify": "^0.7.0",
32 "lodash.bindall": "^3.1.0",
33 "marionette.behaviors": "0.0.13",
34 "node-lessify": "0.0.10",
35 "underscore": "1.8.3",
36 "url-join": "0.0.1",
37 "urljoin": "^0.1.5",
38 "uuid": "^2.0.1",
39 "view-controller": "1.0.4"
40 },
41 "engines": {
42 "node": ">=0.10",
43 "npm": "1.1.32"
44 },
45 "devDependencies": {
46 "aws-sdk": "^2.1.35",
47 "browserify": "^10.1.3",
48 "browserify-shim": "^3.8.6",
49 "chai": "^2.3.0",
50 "chai-as-promised": "^5.0.0",
51 "chai-things": "^0.2.0",
52 "grunt": "^0.4.5",
53 "grunt-browserify": "^3.3.0",
54 "grunt-cloudfront": "^0.2.1",
55 "grunt-concurrent": "^1.0.0",
56 "grunt-contrib-clean": "^0.6.0",
57 "grunt-contrib-compress": "^0.13.0",
58 "grunt-contrib-concat": "^0.5.0",
59 "grunt-contrib-cssmin": "^0.11.0",
60 "grunt-contrib-less": "^1.0.0",
61 "grunt-contrib-uglify": "^0.7.0",
62 "grunt-contrib-watch": "^0.6.1",
63 "grunt-exec": "^0.4.6",
64 "grunt-gitinfo": "^0.1.7",
65 "grunt-http-server": "^1.1.0",
66 "grunt-karma": "~0.9.0",
67 "grunt-release": "juliangarritano/grunt-release#master",
68 "grunt-s3": "^0.2.0-alpha.3",
69 "grunt-string-to-js": "0.0.3",
70 "grunt-text-replace": "^0.4.0",
71 "karma": "^0.12.33",
72 "karma-browserify": "^4.2.1",
73 "karma-chai": "^0.1.0",
74 "karma-chrome-launcher": "^0.1.12",
75 "karma-jasmine": "^0.2.3",
76 "karma-junit-reporter": "^0.2.2",
77 "karma-mocha": "^0.1.10",
78 "karma-phantomjs-launcher": "^0.1.4",
79 "karma-phantomjs-shim": "^1.0.0",
80 "karma-sinon-chai": "^0.3.0",
81 "karma-source-map-support": "^1.0.0",
82 "matchdep": "^0.3.0",
83 "mocha": "^2.2.5",
84 "phantomjs": "^1.9.17",
85 "semver": "^4.3.6",
86 "sinon": "^1.14.1",
87 "sinon-as-promised": "^4.0.0",
88 "sinon-chai": "^2.7.0"
89 },
90 "browserify": {
91 "transform": [
92 "node-lessify",
93 "jstify"
94 ]
95 },
96 "browserify-shim": {
97 "jquery": "global:jQuery"
98 }
99}