-
Notifications
You must be signed in to change notification settings - Fork 147
/
Copy pathpackage.json
35 lines (35 loc) · 845 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
{
"name": "angular-youtube-embed",
"version": "1.3.2",
"author": "Matthew Brandly",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/brandly/angular-youtube-embed.git"
},
"homepage": "http://brandly.github.io/angular-youtube-embed/",
"scripts": {
"start": "gulp",
"test": "gulp test",
"gh": "gh-pages --dist src/"
},
"dependencies": {
"angular": ""
},
"devDependencies": {
"coffee-script": "^1.7.1",
"express": "^4.8.2",
"gh-pages": "3.2.0",
"gulp": "4.0.2",
"gulp-header": "2.0.9",
"gulp-karma": "0.0.5",
"gulp-rename": "2.0.0",
"gulp-uglify": "3.0.2",
"gulp-util": "^3.0.0",
"karma": "6.3.2",
"karma-chrome-launcher": "3.1.0",
"karma-coffee-preprocessor": "1.0.1",
"karma-jasmine": "4.0.1"
}
}