-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 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
{
"name": "angular-github-pages",
"description": "Angular Github Pages",
"homepage": "https://github.com/jbeurel/angular-github-pages",
"repository": {
"type": "git",
"url": "git@github.com:jbeurel/angular-github-pages.git"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install | xargs echo && gulp build",
"watch": "node_modules/.bin/gulp watch",
"deploy-github": "node_modules/.bin/gulp deploy-github-pages",
"deploy-parse": "parse deploy"
},
"dependencies": {
"bower": "1.3.x",
"coffee-script": "1.7.x",
"connect-history-api-fallback": "0.0.4",
"jade": "1.3.x",
"lodash": "2.4.x",
"run-sequence": "0.3.x"
},
"devDependencies": {
"gulp": "3.6.x",
"gulp-angular-templatecache": "1.1.x",
"gulp-clean": "0.2.x",
"gulp-coffee": "1.4.x",
"gulp-concat": "2.1.x",
"gulp-gh-pages": "^0.3.3",
"gulp-jade": "0.4.x",
"gulp-less": "1.2.x",
"gulp-plug": "^0.2.4",
"gulp-util": "2.2.x",
"gulp-webserver": "^0.3.4",
"webdriver-manager": "0.0.4"
},
"version": "0.0.0",
"main": "gulpfile.js"
}