-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.68 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.68 KB
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
{
"name": "dolphin-platform-js",
"version": "0.8.10",
"description": "JavaScript client of the Dolphin Platform",
"main": "./dist/dolphin-platform.min.js",
"repository": {
"type": "git",
"url": "https://github.com/canoo/dolphin-platform-js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michael Heinrichs <michael.heinrichs@canoo.com>",
"license": "Apache-2.0",
"devDependencies": {
"babel": "^6.5.2",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "13.0.x",
"browserify-istanbul": "2.0.x",
"chai": "3.5.x",
"del": "2.2.x",
"eslint": "^2.11.0",
"eslint-teamcity": "^1.1.0",
"glob": "7.0.x",
"gulp": "3.9.x",
"gulp-derequire": "2.1.x",
"gulp-eslint": "^2.0.0",
"gulp-jshint": "2.0.x",
"gulp-load-plugins": "1.2.x",
"gulp-mocha": "2.2.x",
"gulp-rename": "1.2.x",
"gulp-sourcemaps": "1.6.x",
"gulp-typescript": "2.14.x",
"gulp-uglify": "1.5.x",
"gulp-util": "3.0.x",
"istanbul": "^0.4.3",
"jshint": "2.9.x",
"jshint-teamcity": "1.0.x",
"karma": "0.13.x",
"karma-coverage": "1.0.x",
"karma-mocha": "1.0.x",
"karma-phantomjs-launcher": "1.0.x",
"karma-sauce-launcher": "1.1.x",
"lodash.assign": "4.0.x",
"mocha": "2.4.x",
"phantomjs": "2.1.x",
"sinon": "1.17.x",
"tsify": "^0.15.5",
"vinyl-buffer": "1.0.x",
"vinyl-source-stream": "1.1.x",
"watchify": "3.7.x"
},
"dependencies": {
"babel-polyfill": "^6.9.1",
"emitter-component": "^1.1.1",
"http-browserify": "^1.7.0"
}
}