-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "foursquare-API",
"version": "0.1.0",
"scripts": {},
"license": "MIT",
"devDependencies": {
"browserify": "^3.44.2",
"chai": "^1.9.0",
"chalk": "^0.4.0",
"connect": "^2.14.5",
"connect-livereload": "^0.4.0",
"event-stream": "^3.1.5",
"gulp": "^3.5.2",
"gulp-cached": "^0.0.2",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.1.7",
"gulp-filter": "^0.4.1",
"gulp-jshint": "^1.5.0",
"gulp-karma": "^0.0.2",
"gulp-livereload": "^1.3.1",
"gulp-load-plugins": "^0.3.0",
"gulp-minify-css": "^0.3.1",
"gulp-mocha": "^0.4.1",
"gulp-plumber": "^0.5.6",
"gulp-preprocess": "^1.0.1",
"gulp-sass": "^0.7.1",
"gulp-uglify": "^0.2.1",
"gulp-util": "^2.2.17",
"karma": "^0.10.9",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.2",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.1",
"karma-phantomjs-launcher": "^0.1.2",
"karma-safari-launcher": "^0.1.1",
"karma-script-launcher": "^0.1.0",
"karma-sinon": "^1.0.2",
"lodash": "^2.4.1",
"mocha": "^1.17.1",
"morgan": "^1.1.1",
"open": "^0.0.4",
"serve-static": "^1.1.0",
"sinon": "^1.8.2",
"sinon-chai": "^2.5.0",
"tiny-lr": "^0.0.5"
}
}