-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "dolphin-platform-polymer",
"version": "0.18.0",
"description": "Polymer Client of the Dolphin Platform",
"main": "./dist/dolphin-platform-polymer.js",
"repository": {
"type": "git",
"url": "https://github.com/canoo/dolphin-platform-polymer.git"
},
"author": "Michael Heinrichs <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"bower": "1.7.x",
"browserify": "13.0.x",
"chai": "3.5.x",
"del": "2.2.x",
"glob": "7.0.x",
"gulp": "3.9.x",
"gulp-derequire": "2.1.x",
"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-uglify": "1.5.x",
"gulp-util": "3.0.x",
"jshint": "2.9.x",
"lodash": "4.12.x",
"lodash.assign": "4.0.x",
"mocha": "2.4.x",
"sinon": "1.17.x",
"vinyl-buffer": "1.0.x",
"vinyl-source-stream": "1.1.x",
"watchify": "3.7.x",
"web-component-tester": "4.2.x",
"web-component-tester-istanbul": "^0.10.0"
}
}