-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.5 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
{
"name": "kinvey-rack",
"version": "1.1.1",
"license": "MIT",
"author" : "Kinvey, Inc.",
"description": "Manage a middleware stack easily.",
"keywords": [
"Kinvey",
"rack",
"middleware"
],
"main": "build/export",
"repository": {
"type": "git",
"url": "[email protected]:kinveyjs/rack.git"
},
"homepage": "http://www.kinvey.com",
"dependencies": {
"babel": "^5.1.9",
"babel-eslint": "^3.1.5",
"babel-runtime": "^5.4.7",
"babelify": "^6.0.2",
"browserify": "^9.0.8",
"browserify-shim": "^3.8.5",
"del": "^1.1.1",
"es6-shim": "^0.28",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-eslint": "^0.12.0",
"gulp-preprocess": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"run-sequence": "^1.0.2",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"chai": "^2.2.0",
"karma": "^0.12.32",
"karma-browserify": "^4.1.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.8",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-safari-launcher": "^0.1.1",
"mocha": "^2.2",
"mocha-babel": "^3.0",
"sinon": "^1.7",
"sinon-chai": "^2.4"
},
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"build": "gulp build",
"test": "make test"
},
"browserify-shim": {}
}