-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "hatoya",
"version": "1.0.0",
"description": "",
"main": "Gulpfile.js",
"scripts": {
"develop": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/hatoya/ProtfolioSite.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hatoya/ProtfolioSite/issues"
},
"homepage": "https://github.com/hatoya/ProtfolioSite",
"devDependencies": {
"angular": "^1.5.0",
"angular-bootstrap-datetimepicker": "^0.4.0",
"angular-resource": "^1.5.0",
"angular-route": "^1.5.0",
"browser-sync": "^2.8.2",
"connect-modrewrite": "^0.8.2",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.5.2",
"gulp-concat-util": "^0.5.2",
"gulp-connect": "^2.2.0",
"gulp-ejs": "^1.2.2",
"gulp-ng-annotate": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.2.0",
"ng-file-upload": "^12.0.1",
"ngrok": "^0.1.99",
"run-sequence": "^1.1.1",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"marked": "^0.3.3"
}
}