-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 952 Bytes
/
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
{
"name": "component-video",
"version": "0.1.0",
"description": "Video component",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kopfwelt/component-video.git"
},
"author": {
"name": "Steve Sinnwell",
"email": "[email protected]"
},
"homepage": "http://code.kopfwelt.com/components/video/",
"keywords": [
"components",
"es6",
"video"
],
"license": "NOLICENCE",
"engines": {
"node": ">=0.12.2"
},
"scripts": {
"start": "gulp",
"test": "gulp tests"
},
"devDependencies": {
"babel-core": "^6.0.20",
"babel-preset-es2015": "^6.0.15",
"browser-sync": "^2.9.11",
"gulp": "^3.9.0",
"gulp-hb": "^2.6.5",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-tasks": "github:kopfwelt/gulp-tasks",
"gulp-webdriver": "^1.0.1",
"mocha": "^2.3.3",
"require-dir": "^0.3.0",
"webdriverio": "^3.2.6"
},
"dependencies": {}
}