-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.13 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
{
"name": "dart-website",
"version": "0.1.0",
"description": "The Iron Yard - Frontend Engineering - Assignment #15",
"main": "dist/index.html",
"scripts": {
"start": "gulp watch",
"build": "gulp build",
"deploy": "npm run build && git subtree push --prefix dist origin gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DartSquad/Dart-Website.git"
},
"author": "Manpreet \"Mannie\" Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/DartSquad/Dart-Website/issues"
},
"homepage": "https://github.com/DartSquad/Dart-Website#readme",
"devDependencies": {
"babel-preset-es2015": "^6.16.0",
"bootstrap": "^4.0.0-alpha.4",
"browser-sync": "^2.17.3",
"browserify": "^13.1.0",
"event-stream": "^3.3.4",
"font-awesome": "^4.6.3",
"google-maps": "^3.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.1.1",
"jquery": "^3.1.1",
"node-bourbon": "^4.2.8",
"tether": "^1.3.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}