-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
70 lines (70 loc) · 2.86 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "iframe-scaffolder",
"version": "1.0.0",
"dependencies": {
"@bower_components/angular": "angular/bower-angular#1.6.x",
"@bower_components/angular-animate": "angular/bower-angular-animate#1.6.x",
"@bower_components/angular-aria": "angular/bower-angular-aria#^1.6.x",
"@bower_components/angular-bootstrap": "angular-ui/bootstrap-bower#0.13.1",
"@bower_components/angular-material": "angular/bower-material#~1.1.4",
"@bower_components/angular-mocks": "angular/bower-angular-mocks#1.6.x",
"@bower_components/angular-sanitize": "angular/bower-angular-sanitize#1.6.x",
"@bower_components/angular-ui-router": "angular-ui/angular-ui-router-bower#0.3.2",
"@bower_components/angular-ui-sortable": "angular-ui/ui-sortable#~0.13.0",
"@bower_components/angular-ui-utils": "angular-ui/ui-utils#bower-validate",
"@bower_components/angular-zeroclipboard": "lisposter/angular-zeroclipboard#~0.3.2",
"@bower_components/angularjs-socialshare": "720kb/angular-socialshare#~0.1.13",
"@bower_components/bootstrap": "twbs/bootstrap#3.3.1",
"@bower_components/jquery": "jquery/jquery-dist#2.x.x",
"@bower_components/jquery-ui": "components/jqueryui#>=1.9",
"@bower_components/modernizr": "Modernizr/Modernizr#2.8.x",
"@bower_components/velocity": "julianshapiro/velocity#~1.2.2",
"@bower_components/zeroclipboard": "zeroclipboard/zeroclipboard#>=2"
},
"repository": "https://github.com/pirhoo/iframe-scaffolder/",
"staticRemote": "git@github.com:pirhoo/iframe-scaffolder.git",
"facebookAppId": "1491916714459281",
"devDependencies": {
"browser-sync": "^1.3.6",
"chalk": "^0.4.0",
"del": "^0.1.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^0.0.6",
"gulp-cache": "^0.2.0",
"gulp-csso": "^0.2.6",
"gulp-filter": "^1.0.0",
"gulp-flatten": "^0.0.2",
"gulp-gh-pages": "github:tekd/gulp-gh-pages.git#update-dependency",
"gulp-imagemin": "^1.0.0",
"gulp-inject": "^1.0.0",
"gulp-jshint": "^1.8.0",
"gulp-karma": "^0.0.5",
"gulp-less": "^1.3.3",
"gulp-load-plugins": "^0.6.0",
"gulp-minify-html": "^0.1.3",
"gulp-ng-annotate": "^2.1.0",
"gulp-ng-html2js": "^0.1.6",
"gulp-protractor": "^0.0.11",
"gulp-replace": "^0.4.0",
"gulp-rev": "^8.1.1",
"gulp-rev-replace": "^0.4.3",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.0.0",
"gulp-useref": "^1.0.0",
"http-proxy": "^1.3.0",
"jshint-stylish": "^0.4.0",
"karma": "^2.0.0",
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"protractor": "^1.1.1",
"require-dir": "^0.3.2",
"uglify-save-license": "^0.4.1"
},
"engines": {
"node": ">=8.9.4",
"yarn": ">= 1.0.0"
},
"scripts": {
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'bower_components', 'junction') } catch (e) { }\""
}
}