-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.19 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
{
"name": "codeflower",
"version": "1.0.0",
"description": "CodeFlower web client",
"main": "src/index.html",
"scripts": {
"deploy": "gulp deploy --env production && firebase deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/code-flower/client-web"
},
"author": "Jake Mensch",
"license": "ISC",
"bugs": {
"url": "https://github.com/code-flower/client-web/issues"
},
"homepage": "",
"dependencies": {
"angular": "^1.5.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"bulkify": "^1.2.0",
"envify": "^3.4.0",
"event-stream": "^3.3.4",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-templates": "0.0.6",
"gulp-open": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^4.1.0"
}
}