-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 844 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 844 Bytes
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
{
"name": "microservices-day-website",
"version": "0.0.1",
"description": "The public website for the microservices day event",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/assemble"
},
"author": "Joe Pettersson",
"license": "MIT",
"contributors":[
"Matthew O'Connor, github:matt-oc"
],
"devDependencies": {
"babelify": "^6.1.2",
"browserify": "^10.2.4",
"gulp": "^3.9.0",
"gulp-compile-handlebars": "^0.5.0",
"gulp-concat": "^2.5.2",
"gulp-gh-pages": "^0.5.2",
"gulp-less": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-serve": "^1.0.0",
"gulp-uglify": "^1.2.0",
"less-plugin-autoprefix": "^1.4.2",
"less-plugin-clean-css": "^1.5.0",
"lodash": "^3.9.3",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"headhesive": "^1.2.4"
}
}