forked from keen/keen-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "keen-js",
"version": "3.4.0-rc",
"main": "src/server/index.js",
"browser": "src/keen.js",
"repository": {
"type": "git",
"url": "https://github.com/keen/keen-js.git"
},
"scripts": {
"start": "gulp with-tests",
"test": "gulp test:cli"
},
"bugs": "https://github.com/keen/keen-js/issues",
"author": "Dustin Larimer <dustin@keen.io> (https://keen.io/)",
"contributors": [
"Dustin Larimer <dustin@keen.io> (https://github.com/dustinlarimer)",
"André Luis Leal Cardoso Junior <andrehjr@gmail.com>",
"Sean Dokko <dokko1230@gmail.com> (http://seandokko.com/)",
"Jordan Klassen <forivall@gmail.com> (http://forivall.github.io)",
"Josh Dzielak <josh@keen.io> (http://dzello.com)",
"Ryan Spraetz <ryan@keen.io> (https://keen.io)",
"Dan Kador <dan@keen.io> (https://keen.io)",
"Cory Watson <github@onemogin.com> (http://www.onemogin.com)",
"Joshua Coats <joshua@keen.io> (https://github.com/joshukeen)",
"Micah Wolfe <micah@keen.io> (https://github.com/forzalupo)",
"Tim Schiller <timothy.schiller@gmail.com> (http://tmschl.com)",
"Joanne Cheng <joanne@keen.io> (http://joannecheng.me)"
],
"engines": {
"node": ">= 0.10.0"
},
"browserify": {
"transform": [
"browserify-versionify"
]
},
"dependencies": {
"JSON2": "^0.1.0",
"browserify-versionify": "1.0.3",
"component-emitter": "^1.1.3",
"domready": "0.3.0",
"json3": "^3.3.2",
"spin.js": "^2.0.1",
"superagent": "^0.21.0"
},
"devDependencies": {
"browserify": "^8.0.3",
"chai": "^1.10.0",
"chai-spies": "^0.5.1",
"del": "^1.1.0",
"event-stream": "^3.1.7",
"gulp": "^3.8.10",
"gulp-awspublish": "0.0.23",
"gulp-connect": "^2.2.0",
"gulp-mocha": "^2.0.0",
"gulp-mocha-phantomjs": "^0.5.1",
"gulp-remove-empty-lines": "0.0.2",
"gulp-rename": "^1.2.0",
"gulp-strip-comments": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-yuicompressor": "0.0.3",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.2.0",
"karma-nyan-reporter": "0.0.50",
"karma-requirejs": "^0.2.2",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.10",
"karma-sinon": "^1.0.4",
"lodash.template": "^2.4.1",
"moment": "^2.8.4",
"nock": "^0.51.0",
"phantomjs": "^1.9.17",
"vinyl-transform": "^1.0.0"
}
}