-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.62 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.62 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
{
"name": "youtubePlugin",
"version": "0.0.1",
"supportSite": "http://learn.appdocumentation.com/plugin-tutorials/youtube-plugin-tutorial",
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"start": "gulp build",
"build": "gulp build && cd .. && rm -rf youtubePlugin.zip && zip -r youtubePlugin.zip youtubePlugin_release/",
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"license": "ISC",
"dependencies": {
"@babel/helper-module-imports": "^7.0.0",
"angular": "^1.4.3",
"angular-animate": "^1.4.3",
"angular-mocks": "^1.4.3",
"angular-route": "^1.4.3",
"angular-ui-bootstrap": "^2.5.6",
"bower": "^1.5.3",
"karma-cli": "^0.1.0",
"karma-coverage": "^0.5.0",
"ng-file-upload": "^6.1.0",
"tinymce": "^4.2.3"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"chai": "^3.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.0",
"gulp-eslint": "^4.0.0",
"gulp-html-replace": "^1.6.2",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-minify-inline": "^1.0.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-sequence": "^0.4.6",
"gulp-strip-comments": "^2.5.1",
"gulp-uglify": "^3.0.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-chai": "^0.1.0",
"karma-jasmine": "^0.3.6",
"karma-junit-reporter": "^0.3.3",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17"
}
}