-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 894 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 894 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
34
{
"name": "marsbq",
"version": "0.1.0",
"description": "A sample site for the Learn Front End video course",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Adam D. Scott",
"license": "MIT",
"dependencies": {
"countdown": "^2.6.0",
"normalize.css": "^3.0.3",
"superagent": "^1.2.0"
},
"devDependencies": {
"browser-sync": "^2.7.13",
"browserify": "^10.2.6",
"gulp": "^3.9.0",
"gulp-a11y": "^0.1.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-compile-handlebars": "^0.5.0",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}