-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.33 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
{
"name": "flash",
"version": "1.0.0",
"description": "Rapid Prototyping",
"repository": "https://bitbucket.org/branclon/flash",
"main": "gulpfile.js",
"dependencies": {
"body-parser": "^1.15.2",
"dotenv": "^4.0.0",
"express": "^4.14.0",
"geoip-lite": "^1.2.0",
"googleplaces": "^0.6.1",
"mongoose": "^4.9.2",
"request-ip": "^2.0.1"
},
"devDependencies": {
"babel-eslint": "^7.2.2",
"bower": "^1.5.2",
"browser-sync": "^2.17.5",
"del": "^2.0.2",
"eslint": "^3.19.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.3",
"gulp-concat": "^2.6.0",
"gulp-html-extend": "^1.1.6",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.0",
"gulp-live-server": "0.0.30",
"gulp-livereload": "^3.8.0",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-svgmin": "^1.2.2",
"gulp-svgstore": "^6.0.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.6",
"main-bower-files": "^2.11.1",
"open": "0.0.5",
"run-sequence": "^1.2.2",
"yargs": "^4.7.1"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install",
"server": "node server.js",
"start": "gulp serve",
"build": "gulp build --production"
},
"author": "Brandon Pereira",
"license": "ISC"
}