forked from ionic-team/ionic-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.34 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "ionic-site",
"version": "1.0.0",
"description": "Ionic Framework main site - IonicFramework.com",
"main": "Gulpfile.js",
"scripts": {
"bundle-install": "echo Gemfile.lock > .git/info/exclude && rm -f Gemfile.lock && bundle exec bundle install && git update-index --assume-unchanged Gemfile.lock",
"heroku-postbuild": "gulp build.clean && gulp slug.prep"
},
"engines": {
"node": "6.11.1"
},
"cacheDirectories": [
"node_modules",
"_site"
],
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/ionic-site"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ionic-team/ionic-site/issues"
},
"homepage": "https://github.com/ionic-team/ionic-site",
"dependencies": {
"angular": "1.4.6",
"angular-animate": "1.4.6",
"angular-sanitize": "1.4.6",
"angularjs-rzslider": "^0.1.4",
"body-parser": "^1.17.1",
"bootstrap": "3.3.5",
"browser-sync": "^1.3.7",
"c3": "^0.4.14",
"compression": "^1.4.6",
"cookie-parser": "^1.4.3",
"del": "^2.2.2",
"dotenv": "^4.0.0",
"event-stream": "^3.3.1",
"express": "^4.12.3",
"express-ab": "^0.7.0",
"express-nunjucks": "^2.2.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-cache": "^0.4.1",
"gulp-cache-bust": "perrygovier/gulp-cache-bust",
"gulp-changed": "^1.0.0",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.2.0",
"gulp-csso": "^1.0.0",
"gulp-develop-server": "^0.5.2",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.7.1",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^3.3.0",
"gulp-livereload": "^1.2.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-shell": "0.5.1",
"gulp-size": "^1.0.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.6",
"htmlparser2": "^3.8.3",
"ionicate": "driftyco/ionicate#cae5a00",
"ionicons": "^3.0.0-alpha.3",
"jquery": "3.1.1",
"js-yaml": "^3.4.2",
"lunr": "^0.5.12",
"marked": "^0.3.6",
"merge-stream": "^1.0.1",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"nunjucks": "^3.0.0",
"pipedrive": "^3.0.1",
"psi": "^1.0.4",
"request": "^2.81.0",
"run-sequence": "^1.2.2",
"sendgrid": "^5.1.0",
"tiny-lr": "0.0.5"
}
}